Versions Compared

Key

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

...

Panel
panelIconId2b50
panelIcon:star:
panelIconText
bgColor#FFFAE6

Tip for Template Variables:

In some cases, custom fields or other fields on the issue may have a null value, resulting in variable names being displayed in email content.To prevent this, put an ! after $ sign on a variable name like this:

$!{issue.getCustomFieldValue($customFieldManager.getCustomFieldObject('customfield_11100'))}

🤔How can I format dates with a custom time zone?

You can change the time zone of the dateTimeFormatter provided in the notifier context.

...