Filter Issues / Stories based on the Confluence links

Ernst-Jan de Waardt
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 14, 2021

We document in Confluence and link Issues in Jira to one or more Confluence pages so we know where to find the documentation.

We would also like to let it work the other way around so to have a list of Jira Issues on a Confluence page showing all Issues where the current page is linked. Does anyone know if that is possible and how?

Thanks a lot.

2 answers

1 accepted

0 votes
Answer accepted
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2021

Hi @Ernst-Jan de Waardt ,

Try this JQL issue in (issuesWithRemoteLinksByGlobalId("appId=xxxxxxx&pageId=xxxxx"))

1. Add a JIRA issue to your confluence page

2. Run a restapi - /rest/api/latest/issue/ABC-1/remotelink

3. You will see vaue for "globalId":

4. Grab the value and also the page ID 

5. Replace the values in the JQL and try 

issue in (issuesWithRemoteLinksByGlobalId("appId=xxxxxxx&pageId=xxxxx"))

Ernst-Jan de Waardt
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 14, 2021

Thanks. That statement looks useful.

Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2021

@Ernst-Jan de Waardt - Kindly accept the answer so that the post will be marked as SOLVED. Thanks and good luck.

0 votes
Daniel Turczanski - __JQL Search Extensions
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
June 15, 2021

Hi,
Standard JQL doesn't easily allow it but the results can be quickly found using our professional indexing service JQL Search Extensions.

You can search for issues that link to your specific confluence pages:

remoteLinkApplicationName="Confluence" AND remoteLinkTitlePartialMatch ~ YOUR_PAGE_ID


You can check out the support for JQL remote link search in our docs.

Thanks,
Daniel

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events