I was going through different options to extract the report on how many times(in numbers) a task was in Peer review and what was the duration(in hours) it was in peer review for each time.
And I came across this term [Chart] Time in Status, and I tried generating report based on this option.
But the format in which the data populated was not human readable.
Eg. 10007_*:*_1_*:*_93158_*|*_3_*:*_2_*:*_622625_*|*_5_*:*_1_*:*_0_*|*_10041_*:*_1_*:*_434801_*|*_10000_*:*_1_*:*_1832499_*|*_10011_*:*_2_*:*_847873_*|*_10012_*:*_1_*:*_56972_*|*_10006_*:*_1_*:*_988603
Does any know how I can read this data?
I am thanking you in Advance.
Hi @Kishan Borad , Welcome to the Community!
The field stores all statuses an issue has been. Statuses are separated by "_*|*_".
Inside each status there is status id, number of status entry and time in seconds in that status.
So your below input means:
10007_*:*_1_*:*_93158_*|*_3_*:*_2_*:*_622625
Issue has been in:
Built-in Jira reports and gadgets offer limited flexibility for time in status. If you prefer using a marketplace app for this, you can try Status Time Reports app developed by our team which is available for Jira Server/Data Center/Cloud. It mainly provides reports and gadgets based on how much time passed in each status.
Here is the online demo link, you can see it in action and try without installing the app.
If you are looking for a free solution, you can try the limited version Status Time Free.
Note: If you are interested in cycle and lead time, you can have a look at the article below.
Cycle Time and Lead Time in Jira: Productivity Measurement with Two Critical Parameters
Hope it helps.
Hello @Mehmet A _Bloompeak_
Thank you for helping me understand, but I tried to validate the data in the same manner as you explained. But found out that the No. of Time isn't matching correctly. Also, the Time calculated based on Hours isn't fitting what it should.
Appreciate your help. and quick address to my query
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kishan Borad ,
There is not much information about the details of time in status custom field in the documentation of Atlassian. My previous conclusion was based on the source code of Jira Charting plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that the actual value is stored in miliseconds instead of seconds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.