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.
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.
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.