If "DeployApprove" filed(radio button) is not empty, it should be checked "Yes' before it is done. However, if "DeployApprove" filed(radio button) is empty, it can be done.
Hi @jun lee , on Server/Data Center you can use built-in validator described here:
https://confluence.atlassian.com/jirakb/make-custom-fields-required-in-a-workflow-transition-in-jira-server-691011903.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"cfValues['DeployApprove']?.value != 'No' is solution.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.