Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Reporting on Sub-tasks

Kelly Hawke
Contributor
May 9, 2019

I have a need to write a query on a given project, for all tickets without a sub-task.

 

I was able to write the filter to find all tickets with a sub-task...but I need the opposite.

project = "XXX" AND ((issueFunction in hasSubtasks()))

 

Is this possible?  Thank you...

1 answer

1 vote
Ed Gaile _Atlanta_ GA_
Community Champion
May 9, 2019

Just add the 'not'

project = "XXX" AND (issueFunction not in hasSubtasks())

Kelly Hawke
Contributor
May 9, 2019

This is awesome!  Thanks for your help!  It worked!

Suggest an answer

Log in or Sign up to answer