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.