-
Bug
-
Resolution: Handled by Support
-
High
-
None
-
6.2.2
-
None
-
6.02
-
I tried to link Confluence pages to JIRA with dashed link to directly access an anchor on document, JIRA creates a remote link and returns url information with same url as request over rest api. But when I open JIRA issue it shows links without anchors.
Example rest url:
http://localhost:8080/rest/api/latest/issue/DEMO-632/remotelink
Example rest body:
{"relationship":"mentioned in", "application":{"name":"Confluence","type":"com.atlassian.confluence"}, "object":{"title":"Page", "url":"http://localhost:1990/confluence/display/ds/Welcome+to+the+Confluence+Demonstration+Space#deneme"}, "globalId":"appId=df0c5cf1-0a1f-37a7-9977-c139567a593e&pageId=98334"}
Rest Response:
{id: 11004, self: "http://localhost:8080/rest/api/latest/issue/DEMO-632/remotelink/11004", globalId: "appId=df0c5cf1-0a1f-37a7-9977-c139567a593e&pageId=98334", application: { type: "com.atlassian.confluence", name: "Confluence" }, relationship: "mentioned in", object: { url: "http://localhost:1990/confluence/display/ds/Welcome+to+the+Confluence+Demonstration+Space#deneme", title: "Page", icon: { }, status: { icon: { } } } }
On the other hand when I link to another website over rest api, JIRA shows anchor links on issue.
- relates to
-
JRASERVER-38153 Support for section anchors in issue link to authenticated Confluence pages
- Closed