Forums

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

Tasks have more than three subtaks

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

I am new to Jira . Anyone please help me get list of tasks having more than two subtask

 

2 answers

1 vote
sudhakar
Contributor
July 15, 2018

Hi

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

Jql : subtaskCountGreaterThan(2) 

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

 

Regards,

Sudhakar

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

You could get all tasks that have more then two subtasks with a JQL query like this:

subtaskCountGreaterThan(2)

Suggest an answer

Log in or Sign up to answer