How can I add field validation on workflow?
I need the specific field be null or empty before transition to another status.
I need it on the workflow so it can have a popup message.
Hi @Mar Angelo L_ Tareno , thanks for your question.
Please check out the documentation for how to do this - https://support.atlassian.com/jira-cloud-administration/docs/edit-an-issue-workflow/#Add-a-validator-to-a-transition
Basically, if you want to hide a transition from someone who shouldn't be able to take that action, you would use a condition. To check that a field is filled in, you can add a validator and an error message to say why the translation failed if the field isn't filled in.
Let us know if you have more questions.
Best wishes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.