Forums

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

Need to track the story moved to one status

Sushant Verma
Community Champion
September 6, 2021

Hi team,

Is there any way to check the status of an issue moved to a particular status

For e.g. I need to track the number to stories move to "X" Status by month. Like How many user stories are moved to "X" status in Jan. Feb, March and so on!

Thanks!

2 answers

2 accepted

0 votes
Answer accepted
Mehmet A _Bloompeak_
Atlassian Partner
September 7, 2021

Hi @Sushant Verma ,

Below should work. It lists the issues that were changed to Done status in August.

status changed to done during("2021/08/01","2021/09/01")
Sushant Verma
Community Champion
September 7, 2021
Mehmet A _Bloompeak_
Atlassian Partner
September 7, 2021

Hi @Sushant Verma ,

If you are looking for more insights on status durations and status entry dates, you can try Status Time app developed by our team. It provides reports on how much time passed in each status and show status entry dates.

If you are looking for a free solution, you can try the limited version Status Time Free. Hope it helps.

stf-issue-screen-view-2.png

0 votes
Answer accepted
Alex Koxaras -Relational-
Community Champion
September 6, 2021

Hi @Sushant Verma 

You could try something like this in the advanced issue search:

status changed TO done and (status changed AFTER startofmonth() and status changed BEFORE endofmonth()) order by created DESC

Replace the "done" status with your status. 

Sushant Verma
Community Champion
September 6, 2021
Alex Koxaras -Relational-
Community Champion
September 6, 2021

@Sushant Verma kindly mark the answer as accepted, to help other in the community looking for similar answers.

Suggest an answer

Log in or Sign up to answer