-
Bug
-
Resolution: Tracked Elsewhere
-
Low
-
None
-
Severity 3 - Minor
-
Summary
When creating a web link, using a slack:// URL in the link appears to work in the editor, however it does not work after being published. It simply does nothing.
Environment
Cloud
Confluence
Steps to Reproduce
- Edit a page
- Add a link using the "Insert Link" Macro.
- In the link dialog, select "web link"
- In the Address use a valid slack:// URL.
- use the link in the editor (see that it works)
- Publish the page
Expected Results
The Link works as expected and opens slack to the resource specified by the link
Actual Results
Clicking the link does nothing
Notes
Viewing the HTML from confluence using the chrome inspector, I see that the element is like so:
<a href="slack://channel?team=T12345">This is a link</a>
Using the link in a simple HTML page seems to work, but it does not work out of confluence.
Workaround
No workaround at this time.
- is incorporated by
-
CONFCLOUD-14393 The rich text editor does not support creating links that do not begin with "protocol://"
- Gathering Interest
[CONFCLOUD-56560] slack:// links do not work properly
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2416968 ] | New: JAC Bug Workflow v3 [ 3417590 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Tracked Elsewhere [ 15 ] | |
Status | Original: Needs Verification [ 10004 ] | New: Resolved [ 5 ] |
Link | New: This issue is incorporated by CONFCLOUD-14393 [ CONFCLOUD-14393 ] |
Description |
New:
h3. Summary
When creating a web link, using a slack:// URL in the link appears to work in the editor, however it does not work after being published. It simply does nothing. h3. Environment Cloud Confluence h3. Steps to Reproduce # Edit a page # Add a link using the "Insert Link" Macro. # In the link dialog, select "web link" # In the Address use a valid slack:// URL. # use the link in the editor (see that it works) # Publish the page h3. Expected Results The Link works as expected and opens slack to the resource specified by the link h3. Actual Results Clicking the link does nothing h3. Notes Viewing the HTML from confluence using the chrome inspector, I see that the element is like so: {code} <a href="slack://channel?team=T12345">This is a link</a> {code} Using the link in a simple HTML page seems to work, but it does not work out of confluence. h3.Workaround No workaround at this time. |