The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JQL filter: show tasks where subTasks was not created sins 3 weeks

mad_irfan
April 2, 2020

hi

is there a way to search for ALL Tasks "issuetype task"  were SubTasks was not created sins 3 weeks.

 

thx for your support ;)

 

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Jack Nolddor [Sweet Bananas]
Atlassian Partner
April 2, 2020

Hi mad irfan,

Sadly you cannot achieve the desired search using standard features on Jira, you must go for a third-party app instead. Using i.e. JQL Booster Pack you can type the following:

 

Search for Tasks were SubTasks was not created sins 3 weeks, i.e.:

issue IN hasSubtaks() AND issue NOT IN parentsOf("type IN subTaskIssueTypes() AND createdDate > -3w")

Note that this is just an example, you must tune above query to fit your needs

Using this app you can also query other issues relations, check:

 

References:

 

Hope this helps you to create awesome queries <3

Kind regards