Hello,
What I want to achieve with the automation: create several new issues from one. The new issues will copy most of the values from the trigger issue, with some differences.
My problem: {{issue.fixVersion.name}} won't appear in the issue Summary.
Basically, I want the automation rule to look at the fix version of the trigger issue and to copy that value into my new issues Summaries.
What my rule looks like atm:


Note 1: I added "For all created issues" branching node because otherwise it was changing my trigger issue.
Note 2: I added "Re-fetch issue data" because I thought that would make the automation to re-fetch the fix version value, but it didn't seem to do anything.
Here's what my trigger issue looks like:

And here's what the rule is returning, with the arrow pointing to where I'd like the fix version value to appear:

Your help is much appreciated, thanks!