Hi there,
we need to get a report to show which user has updated the status of how many issues per day/week etc. I know how to query for all such updates of any specific user, but i don´t like the idea to create such kind of report for all users individually (>150).
AFAIK there is no option to configure a report (e.g. pie chart) to group the issues by the "last updater" or even to get data out of the history tab, but the data is there. How did you manage this kind of request, any ideas? Basically this is meantioned to get ideas about bottlenecks in the teams...
Thanks & regards,
Hans-Hermann
SQL for JIRA allows you to get the issues' history of changes including the statuses and the uses who performed them, timestamps, etc. It provides a built-in SQL console to easily write and execute the queries.
Once you got the required data, the complementary SQL for JIRA - Reports & Charts (BIRT) add-on allows to create any kind of visualization like charts etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The JIRA toolkit plugin offers a Participant field. It may help going forward https://marketplace.atlassian.com/plugins/com.atlassian.jira.toolkit/cloud/overview
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.