Hi
I'm aware on how to change the issues status based on certain conditions, the part i am struggling with is catching that a branch has been created in BitBucket (Development section of an issue) and then using this as the condition.
hope someone is able to provide me with some code or docs to help me out.
Many thanks
Tyler
Hello @Tyler Brown-Jones
Use triggers to solve this.
https://confluence.atlassian.com/adminjiraserver071/configuring-workflow-triggers-802592811.html
So you ll need to create transitions from source status to destination status with trigger
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mark Markov i also need to check that the remaining time is set to 0 too, as the transition will be from "in-progress" to "done".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tyler Brown-Jones triggers ignor all validators or conditions, but post-functions still executing. Triggers developed for different purposes.
As workaround i can suggest you to do script post-functions, that will check whatever you need and transition issue back if needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.