How to copy fields from another issue?

Pavel March 4, 2022

Hello team,

What I do is create the issue A, then using the Automation I create the issue B copying custom fields from A by the automation rules. Then I want to create the issue C from the issue B but copy custom fields from the issue A.

Tried many ways but no luck :(

2 answers

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 4, 2022

Hi Pavel - Welcome to the Atlassian Community!

We run a rul that first links them - see screenshot.

screenshot.png

Then we create another rule that fires when that particular link is used for a newly created card.

0 votes
Marco Brundel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 4, 2022

Hi @Pavel ,

I have used the following in a rule where the assignee is taken from a linked issue:
{{issue.issuelinks.inwardIssue.assignee}}

Is this useful to you?

Regards, Marco

Suggest an answer

Log in or Sign up to answer