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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.