Forums

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

Find issues having sub-task status in in-progress

James
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 15, 2018

List out issues having subtaks are inprogress status

2 answers

1 vote
Alexey Matveev
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.
July 15, 2018

Hello,

You can not do it out of the box. You should use a plugin for it. For example, you could use the JQL Search Extensions plugin:

https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira

To find all issues that have subtasks, which are in the inprogress status, you could use a JQL like this:

issue in parentOf("status = inprogress")
0 votes
sudhakar
Contributor
July 15, 2018

Hi

We can  get list of linked issues using   JQL Search Extensions plugin

Jql : Issue in parentOf("status = inprogress") gives us all issues that have subtasks, which are in the inprogress status

Plugin Link : https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira?hosting=server&tab=overview

 

Regards,

Sudhakar

Suggest an answer

Log in or Sign up to answer