I am using Jira Cloud trying to find all epics with issues that have been started (in development) or closed. Does anyone have a good JQL for this or Jira Automation I can start with?
Short answer: you cannot do a nested query like this with out-of-the-box JQL
Longer answer and work-arounds:
What you could do instead depends upon frequency of need, costs, effort, and scope:
Kind regards,
Bill
I don't have to do it often so it is possible to do it manually, but I went ahead and created an automation trigger for it. I got the number down to under 100 enough and have automation to mark the epics as started and completed so hopefully I shouldn't have to many problems.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The started rule is easy: if a child starts work start the epic.
For the completed rule, did you check all the children before moving the epic to completed?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. The great thing was I just had to keep looking around. Found the automated rule in the automation library and tweaked it a little for me.
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.