Getting Started

JIRA Extension Points

Administrative Functions

Copy Custom Field Values

For each issue returned by a query, this will copy values from one custom field to another. This is useful if you want to convert the type of a custom field.

If the two custom fields have different types, you may not be able to use this. The following conversions are handled:

  • Single to multi, eg single select to multi select, single user picker to multi user picker.

  • Multi to single, however only the first value will be retained.

  • Multi to text…​ the values are concatenated with a comma.

  • Short text to unlimited text