Hello JIRA Experts!!
I am trying to solve the use case where I have to copy a customfield from the linked issue to the triggerIssue.
Here is the use case:
In order to organise the release process, I created a new issue type called "Release". Once we create a "Release" issue type and add the fix version for the next release, we link all the issues (story, tasks & bugs) from the fix version to the newly created Release ticket via JIRA automation.
Now the next thing I want is to copy all the PR Links (my customfield from Task, Story & Bug) from all the linked issues of the Release ticket to it's description in the format
{{issue.key}} - {{issue.issuelink.inwardIssue.mycustomfiledForPRLinks}}
The problem here is this updates the description of the linked tickets and not the release ticket.
Please suggest the approach to fix this