I'm currently using Jira to control my project's issues and bitbucket to control my code. I've created in my workflow, a transition form 'Ready to deploy' to 'Deployed' status. What I want is to, when, from Jira, my button 'Deploy' that makes the transition between those status above, trigger a post function to merge the pullrequest of that branch.
Anyone knows a simple way or free plugin to do that?