Is it possible to a copy custom field value to for example the summary field from the trigger issue to an issue created by Automation?

Christian Axén February 25, 2017
 

1 answer

0 votes
Nick Menere
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.
February 26, 2017

Hi Christian,

Using Automation for JIRA, copying a field into the summary of an issue is actually not too hard with the use of smart-values.

In the summary you can reference the original issue and extract the value. Use a value like:

Your summary plus {{triggerIssue.fields.Custom Field Name}}

Simply replace Custom Field Name with the name of the field you want to copy.

This can be used in the summary of a sub-task using the "Create Sub-task action" or in the summary of an issue using the "Create Issue" action.

Suggest an answer

Log in or Sign up to answer