I want to display story list in dashboard which have more than 3 sub-task in a story.
So , i need help please
Hi @Koray Ekici
in native Jira, the easiest would probably be to use Jira Automation to write the number of subtasks into a custom field, and then use the custom field to query your issues.
If you're open to solutions from the Atlassian Marketplace, you'll find more options there; e.g., my team and I work on an app in which your use case would be easy to solve: 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 number of so-called smart columns that aren’t natively available, including the number of subtasks.
This is how it looks in action:
As you can see above, you can easily sort and filter by the number of subtasks, and also use it across JXL's advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
This all just works, so there's no scripting whatsoever required.
Any questions just let me know,
Best,
Hannes
Hi @Koray Ekici
I’m Charlotte, a support engineer at Appfire and I’m here to help you.
Unfortunately, using vanilla JQL, 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 list stories which have more than 3 sub-tasks:
type = story and subtasksCount >= 3
Please contact our support if you have any other questions about this query.
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.
Hi @Koray Ekici ,
Out of the box, it is not available.
You can try workaround the same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Koray Ekici
Welcome to the community !!
As suggested by others a custom solution can help you view subtasks count. If you would like to try out a mktplace app for your requirement, please take a look at an add-one have developed for the same use case.
Disclaimer : I am part of the team which developed this app
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.