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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.