You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello!
Requirement - Need to identify those items that were part of the sprint when the sprint started Vs the ones that were pulled in at some later point in time.
Approach - Trying to create an automation rule to add a label "SprintPlanning" ONLY to those items that are part of the sprint when we start the sprint. Want this rule to be triggered when the sprint starts.
The Rule that I created:
The error :
What am I doing wrong? Can someone please help?
Thanks in advance.
The trigger Sprint Started only knows about the sprint, and so that error is telling you the rule cannot see any issues yet.
What you can do is remove that condition and replace it with a branch on Issues in the Sprint. And then you can use the Edit Issue action to add the label to each one.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn that helped!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.