Versions Compared

Key

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

JEMH fieldsJEMH velocity context, relating to emails (comment header specifically) has $sentDate (if present, reverts to now() if not) as well as $receivedDate.  Presentation of these dates can be altered through helper classes in the velocity context.

...

Code Block
The date/time in the email is: Wed, 19 Feb 2020 14:50:59 +0000
In Los Angeles this is: Wed, 19 Feb 2020 06:50:59 -0800

Creating relative dates in custom fields

@since 3.3.2627

This set of methods doesn’t depend on any Jira user in the authentication context, eg, you want to do date/time manipulation for a custom field default

...