'm trying to implement a method to automate transitions of Jira tasks.
When a pull request (PR) is opened inside bitbucket, I have made a transition from "in progress" state to "in PR" state.
Then a developer will go to the PR screen where I can see in the right part of it:
Usually other developer reviews the code on that screen, and comments the code. Also adds new tasks to share its thoughts and to say to the initial developer that he/she has to complete that task.
It would be great that if the developer creates a task on there, a transition to "in progress" can be made.
Also if all the tasks are completed, a transition to "in PR" can be made.
Is there a possibility to trigger some rule when creating a task inside bitbucket pull request screen? Also to trigger some rule when completing a task.
Thanks in advance!