-
Suggestion
-
Resolution: Unresolved
-
99
-
12
-
Issue Summary
Requesting the ability to perform a JQL search to retrieve a list of Jira issues liked to specific confluence pages.
Workaround
Using the JQL function issuesWithRemoteLinksByGlobalId by providing the appId and the Page Id as parameters:
issue in (issuesWithRemoteLinksByGlobalId('appId=<APP_ID>&pageId=<PAGE_ID>'))