I want in Edit issue in the BRANCH to reset the status to the original status and if that is not possible to DOING but I cannot find the STATUS field what am I doing wrong. Help!!!
Hi @Eric Roetenberg .
If I understood it correctly, you'd like to transition issue to a previous status if it matches all those conditions listed before the branch? Did I get that right?
If so, within the branch you can use Transition issue action with a combination of {{changelog}} smart value. Something like:
{{changelog.status.from}}
Which would transition the current issue back to the previous status (that's if this transition exists and if automation or actor can perform it).
Hope this helps.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.