What I mean: I have a workflow with four issue statuses: A, B, C, D.
Now:
Issue has spent 2 hours in A status, 3 hours in B status, 2 hours in C and 1 hour in D. I want to get accumulated time in states A and C.
I know I can get the time between transitions with JIRA Suite Utilities or I can get Average Time in Status via JIRA Charting. But how can I accumulate it?