Versions Compared

Key

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

Table of Contents

Installing the plugin

Project Creator for JIRA is Configuration of add

The Javascript Hooks for Bitbucket Server add-on allows repository owners to write hooks in Javascript for pull request or git push blocking, or even to be triggered post push. You can easily identify which parts should be active on a global level.


 

Installing the Add-on

 

 Javascript Hooks for Bitbucket Server is available through the Atlassian Marketplace. Install it through the Universal Plugin Manager in JIRA.

 

Image Removed


Panel
borderColor#efefef
bgColor#efefef

On This Page

Table of Contents

Image Added


Configuring the Add-on

In the administration area of StashBitbucket Server, click on JavaScript JS Hooks to get to display the global configuration area page for JavaScript Hooks for StashBitbucket Server. From this screen page, the administrator can configure the available hook actions available to the script writers.

 

Connection  
Configuration itemDescriptionDefault value
Script timeoutHow long Identifies how long (in milliseconds) a script can run for before being stopped3000ms
Enable HTTP requests allowed
Can the Determines whether JavaScript make http HTTP calls to remote serversEnabled
HTTP Socket timeoutIdentifies how long (in milliseconds) HTTP connections are attempted3000ms
HTTP Socket Connection timeout Identifies how long (in milliseconds) HTTP connections are held once they are established3000ms
Enable external commandsCan the JavaScript Command execution allowedDetermines whether JavaScript can shell out and execute a command on the command line as the stash Bitbucket Server userDisabled
External command Command execution timeoutHow Identifies how long (in milliseconds) to wait for a command to run before attempting to kill it

3000ms

Enable EmailCan the JavaScript Outbound email allowedDetermines whether the JavaScript can trigger emails to be sent?Enabled
Email subject prefixA Identifies a prefix for the subject line for of any emails sentNone
HipChat allowedIs HipChat interaction allowed
Status
colourYellow
titleNew in 1.1
true
HipChat ServerThe location of the HipChat Server in case of a Private HipChat server being used
Status
colourYellow
titleNEW IN 1.1
https://api.hipchat.com
Info

JIRA integration

Status
colourYellow
titleNew in 1.1
requires a Trusted Application Link set up between the Stash and JIRA instance. See https://confluence.atlassian.com/display/STASH/Linking+Stash+with+JIRA for more details.