Hey everyone,
I wanna create an automation that when a pull request is merged it auto transitions the status from lets say "in progress" to "ready to test" The one that I made does not seem to be working and I am not sure if I am missing a step step with the pull request? Anyone know how to set it up?
Rule should look something like this:
^ Is this what your rule looks like?
This does assume the relevant developer tool (eg. Bitbucket) is connected to this Project.
Ste
depends on the app (github, p4?) you're using for source control. The problem is that the rules are complicated, especially if you have more than one PR on a ticket. You have to use the development section to 'see' the PR, then in automation you tell it to move when it is successful.
There are lots of ways it goes wrong, and the 'right' (quotes intentional) solution is to use something like Github actions to send a webhook that then does the transition for you.
It will take maintenance, and your devs have to be careful. It will not automatically get fixed if you have to back out a PR or something, that's all custom work.
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.