Javascript hooks for Bitbucket Server 1.1

Wittified is excited to share Javascript Hooks for Stash version 1.1.

1.1 adds support for HipChat, Bitbucket Server and begins our path of support for JIRA.

Bitbucket Server

Atlassian has renamed Stash to Bitbucket Server. We've updated the javascript api to reflect this and by default all of the stash specific apis are namespace in the bitbucket. namespace. Never fear though, the old stash. namespace will continue to exist as long as Atlassian Stash 3.x is supported by Atlassian.

HipChat

Ever wanted to send commit messages into a HipChat room? Easier than learning the HipChat rest api we've got you covered. Just call hipchat.sendMessage and you're in business. For more details, please see API - 1.1 .

JIRA API integration

If you have a trusted application link set up with JIRA, you can now query JIRA for the state of a JIRA issue, as well as update the summary, description and much more. We are still working on this integration and will be deepening it in the future. For more details, please see API - 1.1 .