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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.