Hello,
I'm trying to display the member of the team who closed the issue in JIRA.
For example, John Smith closed 23 issues.
Is this possible to do in EazyBI?
Thanks
You can try to use the Transition Author dimension to display the team member who performed the action. To get the count of issues that the member closed, you can try to create a new calculated member in the Measures dimension. Use the Transition Status dimension "Done" member from the "Category" hierarchy and the measure "Transitions to status issues count". Please have a look at the formula below:
([Transition Status.Category].[Done],
[Measures].[Transitions to status issues count])
You can read more about calculated members on the eazyBI documentation page - https://docs.eazybi.com/eazybijira/analyze-and-visualize/calculated-members.
Kind regards,
Roberts // eazyBI support
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.