Hi community,
I'm writing a jira plugin to process with workflow.
The workflow looks like this: "Error" <-- "New" --> "In Progress"
Now, I want to validate something when I move ticket from "New" to "In Progress", if it valid so the transition will be passed, and issue will be moved to "In Progress". Otherwise, if the validation fail, I want to move issue from "New" to "Error".
What is solution for this case.
Thanks for your helping!