Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-76533

Jira API fails to get linked Confluence page titles

XMLWordPrintable

      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

      1. Link JIRA and Confluence using app links
      2. Link a JIRA issue with a Confluence page by clicking on "Link Confluence page"
      3. 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

              Unassigned Unassigned
              65e09325370f Renato Pereira (Inactive)
              Votes:
              17 Vote for this issue
              Watchers:
              18 Start watching this issue

                Created:
                Updated: