How to generate a JQL search result of issues that only have sub-tasks?

EdG February 24, 2013

I have looked thought about downloading:

1. https://marketplace.atlassian.com/plugins/com.j-tricks.jql-plugin

Includes a few Subtask Functions, of which function "hasSubtasks([subtaskType])"seems to be the best option.

2. https://marketplace.atlassian.com/plugins/org.craftforge.jira.craftforge-jql-functions-plugin

"subtaskIssuesFromFilter ("filter name or its id")" seems to be the right function.

Is there anything else you recommend?

Also - a side question:

Is there a way to generate a count of how many sub-task tickets are within a parent ticket through a JQL search and/or through a JIRA field?

Thanks,

2 answers

1 accepted

1 vote
Answer accepted
Timothy
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.
February 25, 2013

generate a count of how many sub-task tickets are within a parent ticket through a JQL search and/or through a JIRA field

Not unless you create your own customfield.

Is there anything else you recommend?

You're spot on for now.

0 votes
JamieA
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.
February 27, 2013

Also see the JQL functions in the script runner plugin.

Suggest an answer

Log in or Sign up to answer