Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Assignee profile custom properties reports

Rohit Suryawanshi June 5, 2019

As an example, if "A" assignee belongs to certain group say "JIRA-US-Admin" & "B" assignee belongs to other group say "JIRA-UK-Admin" then I need report where it will show JIRA-US-Admin group resolved how many incidents & similarly JIRA-UK-Admin resolved how many incidents. The group names are custom fields in the assignee profiles window.

1 answer

1 vote
Tarun Sapra
Community Champion
June 5, 2019

Hello @Rohit Suryawanshi 

Out of the box Jira supports Pie-chart which shows the distribution of selection field over the selected issues.

In your case since you are interested in the group of the assignee, hence this is doable but you need to make sure the name of the assignee group is stored in some custom field on the issue  or is selected in the group picker using some script when you update the assignee. In this way the you can select the field containing assignee group name as the statistic type field in the pie-chart and see the distribution of issues over the set of group.

Or a simpler solution will be to create a dashboard with 2 gadgets one for each group showing the resolved issues. This can be done by writing the JQL

assignee in membersOf("JIRA-US-Admin")

And another filter for another group and a corresponding gadget on the dashboard filter.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events