I need to be able to filter all issues which have "mentioned on..." confluence link.
Ive already looked at this answer:
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.
Maybe a simple text search could do the trick ?
Something like :
project = "Your Project" AND text ~ "mentioned on" AND status != Closed
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.