I am wondering if it is possible to integrate Jira Software with a GitHub repository in such a way that once the Jira ticket is moved from the 'To do' state to the 'Code review', the commit associated with the ticket is pushed into another branch. It would be great automation for our workflow.
The GH should have an API for this, and using the JIRA automation (cloud -> project settings -> automation) , you can do "send web request" and use the automation smart values to pick up the results of a query to use in a subsequent option, or a response to update the ticket.
Jira Automation documentation can be found here:
https://support.atlassian.com/jira-software-cloud/docs/automate-your-jira-cloud-processes-and-workflows/
Thanks for the quick response. let me try it out
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.