Hi @Eduar_Londono ,
You may also count issues that had a particular transition, like, from status “Done” to status “In Progress”. In that case, use dimension Transition and select transition of interest Done => In Progress .
Check out those community posts on similar use cases to count re-opened issues:
Hi @liu.jingjing ,
To see which issues have been Reopened, you need to use Issue history change measures .
There are two ways how you can check if the issue was Reopened.
1.If you have a specific status for reopened issues, then by using that you can create this calculated measure in Measure dimension that checks issues that have been transitioned to it:
(
[Transition Status].[Reopened],
[Measures].[Transitions to status issues count]
)
2.Or if you count all issues that hav…
[quote=“zane.baranovska, post:6, topic:340”]
([Measures].[Transitions to status],
[Sprint Status].[Active])
[/quote
Thanks Zane in advance for your support…
Sorry for the ambiguity in the earlier query… here is what i was looking for
i want to create a calculated member which gives the Reopened ‘count’ which is the aggregation of all the reopens which includes multiple times each issue got reopened and single reopen…
Please note i wanted to use user defined calculated members rather than …
Best,
Zane / support@eazyBI.com