Hi!
I'm looking for a JQL that returns unresolved standard issues (e.g. Story / Task) from a specific project for which all sub-tasks are resolved or cancelled.
I've tried a few things, but couldn't get the results I was looking for. I have ScriptRunner enabled.
Regards,
Robin
Hello,
You can use issueFunction in subtasksOf. I guess something like below would offer you what you need:
issueFunction in subtasksOf("issuetype = Task AND resolution is EMPTY ") and resolution is not EMPTY
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, glad it helped :)
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.