I want to trigger an automation rule on a sprint starting.
Then the action I want to take is to update a field in a specific issue (which I know the issue key at the time Iam building the rule and it won't change). I see that I can take an action of Edit Issue Field, but it doesn't indicate which issue will be updated.
How do I know which issue is updated based on a sprint started trigger?
How do I specify updating a field on a specific issue?
You need to make a rule as follows:
Trigger: Sprint Started > Insert the board where the sprint has been started
BRANCH > JQL
At the JQL branch use: key = your_issue_to_be_affected
Inside the branch add and Edit Issue action and insert the field to be edit. So when a sprint is started on the board that you defined in the trigger, this issue that you put in the branch will have the field edited. See the image about the automation rule:
Hope this helps :)
Regards,
Fernando | Atlassian Consultant - OAT Solutions
That worked! Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cash Coyne
Please try following these steps and check:
Attached the screenshot here:
Hope this helps.
Thanks,
Vamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vamsi Kandala , when I try that, I get this error:
And that's using this condition:
key = JPRJ-103
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.