JQL query issues mentioned on Confluence

LAL June 7, 2023

I need to be able to filter all issues which have "mentioned on..." confluence link.

Ive already looked at this answer:

https://community.atlassian.com/t5/Jira-questions/Jira-query-on-mention-in-Confluence-page/qaq-p/700628

But that does not work. The query on that answer requires PAGE_ID for it to work.

issue in (issuesWithRemoteLinksByGlobalId('appId=<APP_ID>&pageId=<PAGE_ID>'))

 I need to see all issues with links to confluence, not to some specific page.

Is there a way to use the query without PAGE_ID? Ive not gotten it to work. Simply removing the PAGE_ID does not work.

Please do not recommend me addons.

1 answer

0 votes
Frederik Vantroys
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 7, 2023

Maybe a simple text search could do the trick ?

Something like :

project = "Your Project" AND text ~ "mentioned on" AND status != Closed

LAL June 9, 2023

No that doesnt work "AND text ~ "mentioned on"" does not search links and just applies to description text

Suggest an answer

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

Atlassian Community Events