Hello,
I need help with a query that shows me stories that meet the below criteria:
-The story has sub-tasks with summary ~ XYZ
-And those sub-tasks the status is not in (done, cancelled)
Can someone help with this?
Thank you,
AD
@Andres Dominguez, so the key is in the first part "story has sub-tasks". Unfortunately OOTB you can't find that. You can use an addon like scriptrunner and it's "issuefunction" function to do that. something like...
issueFunction in hasSubtasks() and...
Small annotation before you use a sledge-hammer to crack a nut. This "has sub-tasks" function could be covered by the AM Utils plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent thanks @Thomas Deiler. I was not aware of that addon. Wish it was on Cloud I could sure use it! :-(
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.