Hello there! I'm trying to create an automation to add a label in all issues that are part of the sprint after the sprint starts. I'm using "When Sprint Started" as a trigger, and the automation is running successfully, but I can't get the name of the sprint - it's like the issues has no sprint assigned right after the sprint is started. Is there a way to get the name of the sprint using the "When Sprint Started" trigger? Here's the automation for the ones who can help. Thanks!
Kindly Regards,
Bruno
Hello @Bruno Leite Cervantes
Welcome to the Atlassian community.
You are using the wrong smart value in your Create Variable action.
Take another look at the text in the Sprint Started trigger. It tells you the smart value to use to get the name of the sprint that triggered the rule.
Thanks. Trudy. I saw that. But does it work in case we have issues with more than one sprint? I had the same problem before, that's why I'm using the sprint.first.name. I'll try using only sprint.name to see if it works.
Regards,
Bruno
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It should work in this case because the rule trigger is Sprint Started. In the context of that rule {{sprint}} refers to the sprint that was started and triggered the rule.
In other rules triggered by other events the context would be different.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.