Question :
I need count the numbers about " issues that include 2+ sprints",but i don't know how to realize the function by JQL
any answer ,you can also reply to the Email :564169154@qq.com
Thanks
Hi @cao_qy,
As others have mentioned, fetching the count of issues is not possible out-of-the-box with Jira's functionality. If you don't have any plug-ins, the best bet would be to individually list the sprint names/IDs and find the issue count that matches those, like below.
project = abc AND sprint in (100, 101)
Other than this, you can use the options provided by plug-ins like Scriptrunner using the scripted field option available.
Hope this helps!
Thanks!
Hi @cao_qy ,
welcome to the community.
If you're open to solutions from the Atlassian Marketplace, this is trivial to solve using the app that my team is working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing and inline-editing all your issue fields, plus a number of "special fields" that aren't natively available. One of these special fields is the number of sprints. You can then simply filter down your list of issues using Excel-like column filtering, and see the number of issues in the app's status bar:
(It's worth noting that JXL can do much more than that: From inline issue creation to support for issue hierarchy, issue grouping, sum-ups, and conditional formatting.)
Hope this helps,
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 @cao_qy ,
Pls refer to this kb.
If you're just looking for any issues which are or were in more than one sprint, I'd advise using a scripting app - such as Scriptrunner - to created a scripted field, to count the number of sprints an issue has listed against it.
You could then use JQL to search against the counter, to see issues in >1 sprints.
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.