Hi,
I need you assistance in extracting Jira epics with below requirement:
Return Epics with Parent Links and related Initiative should have Labels set as <something>. Below is the script our group created.
issuetype = epic AND "Parent Link" in issuesInPlan(8xx7) AND fixVersion = <release#>
This works fine in the Jira search issues feature but when placed in Confluence using the Jira Filter macro it Times out intermittently. If it does run successfully when I have to update the Jira Macro to display as a Count, it times out again.
Appreciate other approaches to address the above requirement.