This talk here mentions that you can prevent a user from using a transition that leads to the current issue status: https://youtu.be/EWyxm2Ab0Kc?t=1226
How would the groovy code look like, so it can be reused as a file with every transition without needing modification?
Bonus question: How did he manage to create a transition that goes from "All" to "All"
Hi @flaimo ,
we use this code: issue.status.name != '<your status>'
It is not a general function that can be used anywhere, I know. But I doubt that this is possible.
It looks like you're new here. Sign in or register to get started.