Is it possible to integrate Jira and Bitbucket in order to do the following workflow:
When a new PR is sent to Bitbucket with the Jira ticket, when the first approver sets his approval the Jira ticket goes from AVAIL FOR CODE REVIEW to IN CODE REVIEW.
When the second approver approves the PR, the ticket goes from IN CODE REVIEW to READY FOR TESTING.
Is this possible?
Hi @Pat Walters
If you have ScriptRunner for Jira, then the Remote Events feature might be of interest to you. For example, it allows you to set up an Event Handler in Jira that listens to an event being fired in Bitbucket.
https://scriptrunner.adaptavist.com/latest/jira/remote-events.html
Please let me know if this is of help to you?
If you have ScriptRunner for Bitbucket instead of for Jira, I might be able to help with a similar solution.
Kind regards,
Robert Giddings
Product Manager, ScriptRunner for Bitbucket
The integration and workflow triggers only support these events:
So the events that happens when someone approves the pull request is not supported, not sure if any of the scripting apps, like Scriptrunner for Bitbucket, can trigger on approval event and then via the REST API move the issue in the workflow.
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.