How do I create a report on resolution transition

I would like to create a report on the transition of the resolution field from value to value, how can I do that ?

Hi @Nati,

The “Resolution” field change history is available in eazyBI. You might want to use the hidden measures “Transition to” and “Transition from” in combination with the hidden dimension “Transition Field” to follow when the resolution was changed.

You may create a calculated measure in Measures that would show how many times the Resolution field was changed to the selected resolution value. For the calculation use a tuple like this:

([Measures].[Transitions to],
[Transition field].[Resolution])

There are more details on measures and dimensions available for change history analyses: Import issue change history - eazyBI for Jira

Best,
Zane / Support@eazyBI.com