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%%issue.Budget% Budget%% to reference the field value to be copied. Previously, only the Current Date and /Time, Current User, and Previous User could be copied from the origin issue.

...

Issue field macros start and end with % %% and are composed of the prefix issue prefix and the field name, for example, %issue %%issue.Reporter%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 must be expressed with the required spaces.

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

...

Issue Field Name

Reference Macro

Assignee (Jira system field)

%issue%%issue.Assignee%Assignee%%

group (custom field)

%issue%%issue.group%group%%

BUDGET (custom field)

%issue%%issue.BUDGET%BUDGET%%

Estimated cost (custom field)

%issue%%issue.Estimated cost%cost%%

See Field Values for more information on referencing fields in your post function configurations.

...