Copy Field Values

Save time configuring fields by bulk copying values from one field to another using Copy Field Values. This script copies the values from a configured field to another on the same Jira instance. Copy Field Values can be used to save time when changing the type of a field, eliminating the need for manual input of values, or when creating fields with the same values.

All text and select custom fields are supported, as well the the Summary, Description, and Environment system fields. 

You can copy fields between the following field types:

  • Single-select to multi-select.

  • Multi-select to single-select (retains first value only).

  • Multi-select to text (comma separated values).

  • Short text to unlimited text.

  • Multi-select to multi-select.

    1. From ScriptRunner, navigate to Built-in Scripts→Copy Field Values.

    2. Select a Filter ID. Issues returned by this filter are modified only if they contain both the source and target fields.

      Only saved JQL filters show up in Filter ID. For more information on how to create and save custom filters see Saving Your Search as a Filter.

    3. Under Source Field, select a field. Values will be copied from this field to the Target Field.

      For select lists, if an option from the source field is not configured to the available target field, it is skipped. For example, the source field has options AA and BB configured, and the target field has options AA and CC configured. In this case only option AA is copied to the target field. If none of the options in the source field exist in the target and Create Values is unchecked, the target field will be cleared.

    4. Under Target Field, select a field. All values are copied from the Source Field to this field.

      If the target field already contains values, they are overwritten by any copied values.

    5. Click Preview to see the number of issues affected by the change.

    6. Click Run. Source fields are copied to target fields where applicable.