You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have linked each Issue to a relevant Confluence page, and vice versa.
I would now like to export a number of issues (eg those in the Backlog) but I need the export to include the linked page info, held in each Issue, to be included in the exported report.
Can this be done?
Hi Daniel,
I understand that you're using Jira Cloud and want to be able to search JQL for issues in Jira that are linked to pages in Confluence so that you can export that list of Jira issues. Unfortunately, this is not something that you can do today with native Jira Cloud. There is an existing feature request for this over in JRACLOUD-35699.
That said, I do believe this is something that you could probably achieve with the use of a 3rd party add-on for Jira to extend some of the JQL search functions. There are likely more than one working solution here. However the first one I came across that appears to offer this additional functionality is JQL Search Extensions for Jira & reports. I found some documentation of theirs in https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/3375124/JQL+Reference+Cloud
There is a section on that page with a function called "RemoteLinkApplicationName". This function would then let you do a JQL search such as:
remoteLinkApplicationName="Confluence"
in order to return Jira issues that have links to Confluence. Or alternatively, you could use the similar function "RemoteLinkUrlPartialMatch" and search by:
remoteLinkUrlPartialMatch ~ "example.atlassian.net/wiki/"
This could also return Jira issues that have this kind of page link. It's possible there are other solutions in Marketplace as well.
I hope this helps.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.