Discussion

Ask a Question
Back to All

Combining GitHub integration with Azure DevOps integration

Hi,
We are considering using the TP integration with GitHub and Azure DevOps. I've managed to connect the PR's from GitHub with TP this was simple. The next thing I'd like to do is to connect the stories and issues with the deployment pipeline so their statuses are automatically changed when the code deploys to the environments.
What I'd like to do is to move the Story from one status to another after each of the deployments between different environments.
So example.
The code to related story has been merged in Github to the develop branch, at this stage I'd like to move the status from
status1 to status2.
When we merge the code then the build is starting in the Azure DevOps, once it's build the deployment to our QAT env is kicking off, after it's done I'd like it to trigger another change status:
status2 to status3
Is it possible to achieve with the native integrations? How do I combine those two services?