'Changed' equivalent

Is there any way to filter report results like JQL ‘changed’ function?
For example: create priority pie chart for tickets that were changed to resolved status in q2
In JQL it would be like

status changed to Resolved after startOfYear(“+3M”) before startOfYear(“+6M”)

Hi @Mikhail,

eazyBI uses the transition status history measures and dimensions to capture status and other changes (Import issue change history - eazyBI for Jira).
So you can use, e.g., Transitions to status issue count measure together with Transition staus you are interested in to get how many issues went to that status in the filtered Time period; further, divide them by priority or split in another way.

Lauma / support@eazybi.com