I created a Jira Automation rule that is triggered when an issue is linked to an issue in another Jira project. The rule copies various field values from the destination issue (the issue in the other project) into this issue. That all works fine.
Where I am stuck is how to get the value of the destination issue's project key. I have tried {{destinationIssue.projectkey}}, {{destinationIssue.project.key}}, etc. I know that {{destinationIssue.summary}} and {{destinationIssue.description}} work, because I also use those values.
I can't find a list of smart values available for destination issues. Please help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.