Versions Compared

Key

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

...

Code Block
## Specify the fields to be shown during a Service Desk issue update notification
#set ($serviceDeskUpdateFields = ['issuetype','summary','description','customfield_10200', 'security', 'labels'])
Code Block
## Specify the fields to be shown during a Service Desk 2 issue update notification
 #set ($serviceDeskTwoFields = ['status', 'resolution'])

The screen should look like this:

...

The email now only includes the fields in the $serviceJiraUpdateFields list that have been changed during the operation. 

...

Info

If other fields that the specified ones have been changed, the email will be empty (no useful information rendered) and the notification will be ignored.

...

Filter by label (Content by label)
showLabelsfalse
max5
spacesJEMHC
showSpacefalse
sortmodified
typepage
reversetrue
labelstemplate jemhc howto
cqllabel in ( "howto" , "jemhc" , "template" ) and type = "page" and space = "JEMHC"

...