Forums

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

Structure - How to track the stories that moves from one sprint to another?

Nadya_BA July 20, 2022

Is there a way to to track the stories that moves from one sprint to another and make is visible in my structure?

 

Thank you

1 answer

1 vote
Dionathan Lopes {ALM Works}
Atlassian Partner
July 20, 2022

Hi @Nadya_BA 

Dionathan with ALM Works Here. Hope you are doing great.

In this case, you could a new Formula column to your Structure using the following code:

 

if (first(sprint) != last(sprint); sprint.name)

It is basically comparing the First Sprint Name with the Last one, and if they are different, then show both names, as below example:

 

image-2022-07-20-12-27-15-320.png

 

Please let me know if it does help, or if you have any other questions.

Best Regards,
Dionathan Lopes

Nadya_BA July 22, 2022

It didn't work. Both first(sprint) and last(sprint) are returning the current sprint name.

Suggest an answer

Log in or Sign up to answer