however, the jira fields/dimensions i have to work with are the “assignee” (used for Issues Open) and “resolved by” (used for Issues Resolved). is there any way to get these as two columns in the same table? i know i could do this easily in excel but having the live numbers in eazyBI is better for my current situation.
I’ve had a similar issue previously where I was using Reporters in Row buut needed to count how many issues they had re-opened.
This is the formula EazyBI support gave me.
([Measures].[Transitions to status],
[Transition].[Done => To Do],
[Transition Author].[User].GetMemberByKey([Reporter].CurrentMember.Key),
[Reporter].DefaultMember)
In your case, with Assignees in rows, it would probably look something more like this