Can I count the number of reasons for each reopen reason? (when the reopen is N times)
→ Reopen reason is our custom field (string type)
Now, when the each reopen reason count, it is counted last reopen reason.
For example,
- EazyBI displaying count
Reopened Reason (custom field) | Total | additional check | change resolution | Reproduce |
---|---|---|---|---|
A issue | 8 | 8 (last Reopen Reason) |
||
B issue | 6 | 6 (last Reopen Reason) |
||
C issue | 2 | 2 (last Reopen Reason) |
- Real Reopen Reason count → We want it!
Reopened Reason (custom field) | Total | additional check | change resolution | Reproduce |
---|---|---|---|---|
A issue | 8 | 4 | 4 | |
B issue | 6 | 3 | 1 | 2 |
C issue | 2 | 1 | 1 |