Versions Compared

Key

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

...

This is especially useful in the create issue screen, where you don't have access to the issue standard variables. Using an instant hook, you can access the screen values for the desired fields as argv["field"in the hook script.

Parameters

ParameterTypeRequiredDescription
relatedFields

String Array

YesDependent fields required for a the given field (needed only if you get the field's values from the screen like this: argv["field"])
scriptPathStringYesScript source to run when the event is triggered

...