Table of Contents |
---|
Installing the plugin
Project Creator for JIRA is available through the Atlassian Marketplace. Install it through the Universal Plugin Manager in JIRA.
Configuration of
addonadd-on
In the administration area of Stash, click on Javascript JavaScript Hooks to get to the global configuration area for Javascript JavaScript Hooks for Stash. From this screen the administrator can configure the available hook actions to the script writers.
Configuration item | Description | Default value |
---|---|---|
Script timeout | How long a script can run for before being stopped | 3000ms |
Enable HTTP | Can the javascript JavaScript make http calls to remote servers | Enabled |
HTTP Connection timeout | 3000ms | |
HTTP Socket timeout | 3000ms | |
Enable external commands | Can the javascript JavaScript shell out and execute a command on the command line as the stash user | Disabled |
External command timeout | How long to wait for a command to run before attempting to kill it | 3000ms |
Enable Email | Can the javascript JavaScript trigger emails to be sent? | Enabled |
Email subject prefix | A prefix for the subject line for any emails sent | None |