Hi,
Need help with creating this query.
Our Epics have statuses:
Our Stories have statuses:
What I need to find is, Epics which has status as Started but stories are either in To-Do or Cancelled.
We have scriptrunner on our instance so any help creating this JQL would be great!
I was able to get the query using @JamieA answer from way back when from this thread : LINK
Project = XYZ AND STATUS = STARTED AND issueFunction in linkedIssuesOf('status in ("To Do", Cancelled)', "has epic") AND not issueFunction in linkedIssuesOf('status NOT in ("To Do", Cancelled)', "has epic")
query runs slow, so any improvements will be great!
Want to build your own Rovo Agent? Join this interactive workshop and dive into a powerful Rovo use case: improving resolution time with automated triage.
Save your spot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.