Versions Compared

Key

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

This routine is available starting with 

  • Power Scripts 2.5
  • katl-commons 2.5

...

ParameterTypeRequiredDescription
fieldStringYesField to listen to
relatedFields

Array

String

YesDependent fields required for the given field
scriptPathStringYesScript source to run when the event is triggered
javaScriptEventsArrayNo

Events to listen to. It's any JavaScript event (check this list for example).

Starting with SIL Engine v 4.1.1, you can also listen to the following Jira events: inlineEditSaveComplete, newContentAdded, issueRefreshed which refer to the inline editing on the view issue screen Jira UI events.


 

Warning
title"change" event

When using the "change" event on a "labels type" field (fixVersions, Affected Versions, Labels, Components, etc.), the event will never trigger when a label is deleted, but only when labels are added. We have noticed that for these fields the "focusing" event closely matches the behavior expected for the "change" event.

...