How can I create a pull request in stash on issue transition in Jira?

Matt Shelton February 24, 2015

In one of our team's workflows, they would like to have a pull request created for their issue branch in stash whenever they transition an issue from In Progress to Resolved. I've looked through the existing plugins and product capabilities and it looks like the current support for workflow triggers are all the other direction – you can tell JIRA to change the issue status on actions in Stash, but not the other way around.

Short of writing our own plugin to do this, is there something now that is workable either with an existing plugin or similar?

1 answer

1 vote
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 24, 2015

There is nothing available out of the box. For the development, you can either write a workflow post function or go for a webhook, depending on how much control you want.

Check out the Stash REST API for more details on the calls.

Suggest an answer

Log in or Sign up to answer