Versions Compared

Key

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

...

Redirect

...

filename

...

Email templates may refer to the complete change log in an event notification. The variable is called: $!changeItems.

$!changeItems is a collection of Change Item objects with the attributes below:

...

Example template code to loop through the change items

Code Block
#foreach($changeItem in $!changeItems)
Field name: $!changeItem.getString("field")
Old value: $!changeItem.getString("oldstring")
New value: $!changeItem.getString("newstring")
#end

...

locationhttps://docs.meta-inf.hu/email-this-issue-for-jira-server-data-center/documentation/outgoing-emails/email-templates/changelog-information-in-email-templates

Thank you for visiting our old product documentation site. Note that we no longer store or update our documentation here. Please navigate to our new documentation site and update your bookmarks accordingly. If you're looking for the former content of this page, click here.