G'day
i will find every EPIC, with the FLAG "Workstream = yes" and all other Tickets that are suptickets of one of this EPICS.
I have tryed the following JQL but it doesn't worked.
(type = Epic AND Workstream = Yes AND status != Closed) or issueFunction in issuesInEpics("Workstream = Yes")
i get the message: Error occurred communicating with the server. Please reload the page and try again.
But without the Scriptrunnerfunction it works
Please can you help me?
We are using Scriptrunner 6.0.1-p5 and JIRA 8.5.4 Server
Hi @Frank Lohfeld,
Can you try below query, I believe this should work for you
(type = Epic AND Workstream = Yes AND status != Closed) or issueFunction in issuesInEpics("type = Epic AND Workstream = Yes AND status != Closed")
You can remove status !=closed in subquery if that is not required
BR,
Leo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.