Copy Value Automation Action

Copy Value Automation Action

On this page


Configuration

Search for “Copy ACF field action“

image-20251020-212624.png

Define the source and target issues, and specify the Id of the field to be copied.
You can use direct values or Automation Smart Values for dynamic references.

image-20251020-205828.png

Field id

Copy the field id in the Awesome Custom Fields admin view.

image-20251020-210659.png

 


Use Cases

For example, say you want to copy information from a support request to a development issue.
The support request contains a Cascading Select field to identify the affected component.
Copying this value works seamlessly, as the Cascading Select’s structure is flexible and adapts dynamically.

 

The Automation rule looks like this:

When Request is created

Then create a development issue in another project

And Copy the value of the Cascading Select to that newly created issue

image-20251020-211415.png

 

{{triggerIssue}}: the support request

{{createdIssue}}: the development issue

{{customefield_123456}}: the Cascading Select field id

image-20251020-211657.png