Hi All - Here's my use case:
An issue has a link created on it which satisfied the criteria for the Issue Linked trigger. I want to update a field on the triggering issue with a value from the linked issue.
e.g. Issue-A has an issue-link created on it to Issue-B. Copy Issue-B.key to Issue-A.SomeCustomField.
Problem: It is not obvious to me how to update Issue-A's fields within the "For Linked Issues" branch for Issue-B.
I'm grateful for any suggestions.
Hi Michael,
You should be able to reference the "destinationIssue" using a smart value.
Add the "Edit issue" action and select the customfield you want to select.
You should then be able to use the value:
{{destinationIssue.key}}
Hope that helps.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just a quick clarification for others. I needed to move the edit action out of the "For Linked Issues" branch in order to edit the origin/source issue.
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.