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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.