Hi,
We have the following requirement:
When an issue A is linked to issue B via the 'relates to' link, I need to copy the value of the issue B key in a custom field of issue A.
So far no problem, but I only need to do this when issue B (the destination issue) is in project C.
I tried using the 'Related issue' branch for the 'Current Issue' where I have access to set the field to the value {{destinationIssue.key}} but then I can't filter the destination issue to only be in the project C.
I tried using the 'Related issue' branch for the 'Destination Issue' but then I cannot update the field in the triggering issue.
Any ideas on how this could be done?
If I understand what you're saying you can use a condition just after the For: Destination Issue:
Hi @Chris Buzon ,
But when in the branch 'Destination Issue' after the test, how can I update the custom field of issue A (trigger issue)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd probably create a temporary variable in the branch that stores that info from the destination ticket, then use it wherever you want elsewhere in the rule.
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.