You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi all!
Could you please help me understand how to get throughputs for Kanban teams? Is there a step-by-step guide that I could use to get the numbers per week? I need a weekly report on the number of throughputs.
Hello @Lusine_Davtyan
Welcome to the Atlassian Community!
Could you please provide us more details about the "throughput" you need? Are you trying to know the number of issues added and removed from your Board or would it be some different throughput?
Basically, all the data related to issues in Jira can be achieved using JQL queries. That being said, you can simply customize the JQL query of your board to properly return any data related to them. Let me give you a practical example:
Let's suppose you would like to have a list with all the issues on the board that was assigned to "User 1" during the current week. These would be the steps:
- Navigate to your board > ... > Board Settings > general > Edit filter query
- Copy the filter query of your board and add the following JQL query to it:
and assignee changed to "user 1" AFTER startOfWeek()
You can check in the documentation below more details about JQL queries and how you can use it to collect the data you want:
Use advanced search with Jira Query Language (JQL)
Let us know if you have any questions.
Thanks, @Petter Gonçalves, for your detailed answer and the link.
I need to know the specific number of Tickets/issues created (for a single team, not a project) during a specific period (a week, for example) and how many of those tickets got resolved during the same period.
For example, the team created 20 tickets in a week and closed 17 out of those 20.
Will I be able to get that data using JQL for the current and previous weeks and months?
Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Lusine_Davtyan
Thank you for your explanation.
To get the number of tickets created and completed in a specific time range, you can use the gadget Created vs Resolved Chart. These would be the steps:
created >= -30d
Doing the steps above, the gadget will display all the issues created in the last 30 days and what issues were resolved from that same amount of issues.
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy Friday @Petter Gonçalves
Thank you very much for your help. I'll try the gadget and will get back to the community if I have more questions.
Best,
Lusine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome, @Lusine_Davtyan
All right! We will be waiting for your feedback to know if our suggestion has properly worked for you. Have a nice weekend!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you know how I can get data for the following:
"show me the number of tickets that were in To Do status AND got resolved for the last 30 days"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Lusine_Davtyan ,
Time in Status app by OBSS can be utilized for this purpose (among other things).
We prepared a new use case document that explains how to calculate throughput using Time in Status by OBSS. You might also want to check it out:
https://dev.obss.com.tr/confluence/pages/viewpage.action?pageId=303795348
You can find the app here: https://marketplace.atlassian.com/1211756
EmreT
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.