Versions Compared

Key

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

...

Code Block
Option Field (Single & Multi Select Fields):
{customfield_10100.id} //use id field of option which is a numeric value
{customfield_10100.value} //use value field of option which is string value (displayed value) of option
{customfield_11400.[0].optionId} //use option id of first item for a multiselect custom field

Any User Field:
{customfield_10100.key} //unique identifier of user
{customfield_10100.displayName} //name of user as displayed on Jira UI
{customfield_10100.emailAddress} //email of user

...