Changing Jira ticket state based on Git Stash activity?

Andre-John Mas February 6, 2014

On GitHub you can have it so that a merge resolves the state of a ticket described in the commit message, such as "Fix for #3242".

In another environment, where we were using Gerrit, in conjuction with Jira, we had it so that a new patch set would move a ticket from "in progress" to "in review" and the a merge would move the ticket from "in review" to "resolved". The hook would also append the Jira issue with the link to the commit in the Gerrit UI.

We are now moving to Stash, so we would be interested in getting the same or similar functionality.

Does anyone know whether this behaviour can be achieved with Git Stash with Jira? I could probably try writing a hook, but if something already exists I would rather leverage that.

1 answer

1 accepted

0 votes
Answer accepted
Timothy
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 6, 2014

Suggest an answer

Log in or Sign up to answer