The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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 Champions.
February 27, 2013

Also see the JQL functions in the script runner plugin.