Versions Compared

Key

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

...

FYI, when using postfunctions, JEMH postfunctions need to be placed after the reindex, as, changes made during the transition will not yet be applied.

...

Velocity Context

Where there is a velocity template, there is a velocity context, we document that context near the editor, eg in a postfunction:

...

Issue

In velocity, for example in a Postfunction templatestemplate, $issue is typically how you ‘get’ refer to the issue object, but it is a TemplateIssue wrapped type with some useful extra methods for template use:

...

reference

type / link

$issue

com.atlassian.jira.mail.TemplateIssue

...