The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Count transition authors

Tibor Kántor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 22, 2018

Hi!

I'd like to create a report in eazybi that shows transition to status issues count AND the count of transition authors of the above issue count. First part is done, but I cannot get a grasp on the latter as it always puts the count in the context of transition status. Is there a way to do this?

Thanks!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Lauma Cīrule
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 29, 2018

Hi Tibor,

If you have the Transition Status on rows, you can use the 'Transitions to status issues count' Measure to get the count of how many issues have transitioned to the status. Further, you can create a new Measure with following formula that would count how many authors have done these transitions

NonZero(Count(Filter(
Descendants([Transition Author].CurrentMember,
[Transition Author].[User]),
[Measures].[Transitions to status issues count] > 0
)))

Let me know if you have further questions regarding this!
Lauma / support@eazybi.com

Tibor Kántor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 19, 2018

Thanks Lauma! Works well!

Like Lauma Cīrule likes this