List out valid subtasks for all stories in particular project

Mukesh Mani October 23, 2019

I want to list out all subtasks of stories in particular projects with a condition for stories and sub tasks.

 

For Example, I want to list out all sub tasks of stories in particular status of stories and sub tasks on particular projects

2 answers

2 votes
Jack Nolddor _Sweet Bananas_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 24, 2019

Hi Mukesh and Welcome,
Sadly, this cannot be done using native Jira functions.

You should go for a third-party application instead, using JQL Booster Pack (FREE) you must type:

List out all sub tasks of stories in particular status of stories and sub tasks on particular projects

issue IN subtasksOf('type = Story AND status = "In Progress" AND projects IN ("ProjectName1", "ProjectName2", "ProjectName3")')

Best Regards

0 votes
fran garcia gomera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 24, 2019

If you have scriptrunner you have also a full set of custom JQL functions

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_subtasksof

Suggest an answer

Log in or Sign up to answer