I want to make a pie chart report displaying task creation from multiple teams. I have a filter that correctly gathers the data from the team members but I cannot display it by team. The chart will only display each individual's contribution. How can I group the information by team? Thanks.
Hello Eric,
I'm afraid that this feature don't exist, here a link to a request at atlassian but the resolution had been set to won't fix it.
https://jira.atlassian.com/browse/JRASERVER-23516
If you really need it you can write a JQL function
https://developer.atlassian.com/server/jira/platform/adding-a-jql-function-to-jira/
Regards
Or if in each issue there is a value or tag identical to several issue you can export your result in a csv file and work on it on excel to have a report.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The above JRASERVER-23516 is closed as a duplicate of this one, which is still active.
https://jira.atlassian.com/browse/JRACLOUD-68715
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.