Select the "Filter Assign Scope" if you automatically want to set objects to the custom field. This can be filtered on any issue field values with support for placeholders
//Assign objects depending on the reporter
Location.Employee = currentReporter()
//Can be specified like this as well due to support for place holders
Location.Employee = ${reporter}
Remember that the above IQL is just examples, you need to change accordingly to your object schema configuration.
You can specify the attributes that should be shown on any object attached to an issue in the JIRA Issue/Agent view.
On this page:
注意
If you wish to update the read-only custom field in a workflow transition then make sure you add issue updated to the events list and give it a higher priority than that of the CF population action in order for the field to be filled correctly.