Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Our Product team is happy to announce the release of JSU 2.43.0, now available on the Marketplace. This version is compatible with Jira Server and Data Center 7.3.0 - 9.7.0.

Extended macro support for referencing fields

You can now reference any issue field to be copied from an origin issue to a target issue using the field name. This applies to all system fields and custom fields. For example, to reference a Budget custom field you can enter %issue.budget% as Budget% to reference the field value to be copied. Previously, only the Current Date , Current and Time, Current User, and Previous User could be copied from the origin issue.

Support for any field names:

...

Usage

Issue field macros start and end with % and are composed of the issue prefix and the field name, for example, %issue.Reporter%.

  • Case-sensitive: Write the macro using the field name as it appears in Jira. This applies to system fields and any custom fields.

  • Spaces: Field names that contain more than one word can must be entered expressed with or without spaces, for example %issue. estimated cost%, or %issue.estimatedCost%.the required spaces.

  • Copy multiple field values: You can also provide add multiple field references in a field value, for example in an issue Description or Comment field.

Examples

Issue Field Name

Reference Macro

Assignee

%issue.Assignee%

group

%issue.group%

BUDGET

%issue.BUDGET%

Estimated cost

%issue.Esitmated cost%

See Field Values for more information.

...