How to find all sub-tasks under story status open ,
How to write the corresponding jql
Hello @杨简 Evan Yang _ENG - QA - CN_
Welcome to the Atlassian community.
If you have only native Jira functionality you cannot create a JQL statement that will find all subtasks based on criteria applied to their parent issue. That would require a third party app. Are you willing to consider a third party app?
Hi @杨简 Evan Yang _ENG - QA - CN_
welcome to the community!
If you're open to solutions from the Atlassian Marketplace, this would be easy to do using the app that my team and I are working on: JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a long list of so-called smart columns that aren’t natively available, including the parent status.
With these, you can model your search in just a couple of clicks, like so:
Once you've narrowed down your list of issues, you can work on these directly in JXL, trigger various operations in Jira, or export them for further processing.
I should also add that JXL can do much more than the above: From support for configurable issue hierarchies, to issue grouping by any issue field(s), sum-ups, or conditional formatting.
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @杨简 Evan Yang _ENG - QA - CN_
I’m Charlotte, a support engineer at Appfire and I’m here to help you.
Unfortunately, natively, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to get all sub-tasks under stories in the open status:
issue in subtasksOfParentsInQuery("type = story AND status=open”)
Please contact our support if you have any other questions about this query, or the app in general.
We’ll be happy to help you! 😉
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.