-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Severity 3 - Minor
-
Issue Summary
When using Jira REST API to get the issue remote links, the response does not contain Confluence page titles. It shows only "Wiki page".
Steps to Reproduce
- Link JIRA and Confluence using app links
- Link a JIRA issue with a Confluence page by clicking on "Link Confluence page"
- Get remote issue links using the REST API:
'https://your-domain.atlassian.com/rest/api/3/issue/{issueIdOrKey}/remotelink'
Expected Results
The response should contain the Page title linked to the issue.
Actual Results
Only page URL is shown. The page title is displayed as "Wiki Page" or "Page" as per the below example:
[ { "relationship": "Wiki Page", "object": { "url": "https://your-domain.atlassian.net/wiki/pages/viewpage.action?pageId=xxxxxxxx", "title": "Wiki Page", "icon": {}, "status": { "icon": {} } } } ]
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
JRACLOUD-39850 Enable Application Link Issue Links Translation
- Gathering Interest
- is resolved by
-
ISSUE-6970 Loading...
-
ISSUE-6970 Loading...
- mentioned in
-
Page Loading...