How you can also address variables by using the name of the custom field

From version 2.0 on, you can apply user-defined fields and Insight variables in title, confluence templates and in the labels, as you can see in the following syntax:

Step-by-step guide

StepProcedure
1
Via the custom field ID, as usual:
$issue.customfield_11204
2

Only with the ID number:

$issue.11204
3
With the field name:
$issue.Organisation

For names that contain spaces, the name must be enclosed as follows:

$issue.\"My Field name\"
$issue.\"My Field name\".objectKey
Names are case sensitive!
  • Names that match standard fields are not found
  • Names that are not unique in the Jira system should be replaced by the ID or the old spelling
  • Use of special characters can sometimes produce unexpected results