The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to extract the date when an issue was moved to "Ready for Release" status?

Melanie Ringler
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 18, 2019

Is it possible to extract the date when an issue was moved to "Ready for Release" status?  We want to use the "Ready for Release" date to calculate the system lead time (how long an issue takes from commitment at start of sprint until the issue is ready for release but not deployed).

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Warren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 19, 2019

Hi @Melanie Ringler 

The equivalent of what @Aleksandr Zuevich described via the REST API would be :

Adding &expand=changelog to an API call will give you the history for each item. You then need to iterate through each item.changelog.histories and for each of those iterate through histories.items - you can check for the date when the status was changed to "Ready for Release".

This then automates the whole process so you can get the lead time for all tickets at the push of a button.

0 votes
Aleksandr Zuevich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 19, 2019

Hi,

You can see such info on History tab at Issue view screen. Who and when the change was made.

TAGS
AUG Leaders

Atlassian Community Events