Copy Value Automation Action
On this page
Configuration
Search for “Copy ACF field action“
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.
Field id
Copy the field id in the Awesome Custom Fields admin view.
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
{{triggerIssue}}: the support request
{{createdIssue}}: the development issue
{{customefield_123456}}: the Cascading Select field id