Hello,
I'm trying to create a filter to select all jira issues that were mentioned in a conflouence page.
I need a generic solution for any number of links.
can I filter on remoteissuelink or "mentioned in confluence"?
Hi @Dina Levy
Welcome to community!
The question was previously asked in https://community.atlassian.com/t5/Jira-Software-questions/Jira-query-on-mention-in-Confluence-page/qaq-p/700628 . Recommend you to try the
issue in (issuesWithRemoteLinksByGlobalId('appId=<APP_ID>&pageId=<PAGE_ID>'))
approach mentioned there.
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.