...
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
Parameter | Type | Required | Description |
---|---|---|---|
relatedFields | String Array | Yes | Dependent fields required for a given field |
scriptPath | String | Yes | Script source to run when the event is triggered |
...