Given the team member sets the story to blocked, then the team can see it is blocked, so that it is high attention on the information radiator without creating a new status(blocked).
Given a story is in the blocked state, then it can be reported on, so that we can see the average amount of time a story is blocked.
Hi @Sai Srinivas Salver ,
As I understand you want to see the time passed during the issue is on blocked state and you flag the issue not with a new status but with a custom field. Is my understanding correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sai Srinivas Salver ,
The data you need is available in Jira Rest API. It provides the exact field value change date and time for each issue. It returns json similar to below, then you need to extract and calculate for each issue. Below screenshot is status field change part of the json. But the json will include your custom field value changes too.
Or you can try a marketplace app which does the extraction and calculation for you. Our team at Bloompeak developed below app for the exact need.
That's actually what you need.
I hope this info is helpful for you!
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.