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
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:
Please let me know if it does help, or if you have any other questions.
Best Regards,
Dionathan Lopes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.