How to Merge the Pull Request in bitbucket when the JIRA ticket is closed
Hello Ankit,
could you please elaborate on the above scenario?
For example, why do you need to merge a pull request in a Jira issue?
Keen to learn about your use case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To automatically merge the corresponding pull request upon closing the associated JIRA issue, I have two options:
Option 1: Implement a custom script as a Post-function on the issue closure transition.
Option 2: Set up a Custom Listener script that listens to Issue Closed events.
i am using Option 1: Implement a custom script as a Post-function on the issue closure transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.