I am new to Jira . Anyone please help me get list of tasks having more than two subtask
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
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
)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.
Read the story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.