Hi,
I am automating scenario where I have put trigger condition as change of field "Sprint"
if this field is changed, then it will check Linked issue and copy the Sprint field from trigger issue to Linked issue.
I am also generating email to reporter with reference of Sprint version. Now I am not able to understand how do I refer to Sprint version of trigger issue. I am using {{Issue.sprint}} but that doesnt return the right value as this rule is under Linked script.
Would it be something like {{issue.triggersprint}}?
You should use a Branch in the automation rule and set this to action all of the linked issues.
Then using an Edit Issues action under this branch, selecting the Sprint field from the dropwdown, you can click on the 3 dots and select Copy from, and select the Trigger Issue as seen below.
You can then either add the email action directly under the Edit Issues action (which will send the email to reporter of all of the linked issues) or you can add the email action outside of the branch, which will only send the one email to the reporter of the triggering task.
Hope this helps, let me know if you have any questions!
Also if you need to use any smart values in the email, check out this link for all of the sprint-related smart values available - I think from what you've described, you're looking for the Sprint Name, which would be {{sprint.name}}.
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.
How would you go about reversing this logic? Meaning, I want the Sprint field in the linked issue to update the Sprint field in the trigger ticket. I should note that the Trigger and Linked tickets are in two separate projects.
Thanks!
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.