I have some validators that require a field to be filled in to go to a certain status. but is there a validator that would require a field be empty to transition to a certain status? Basically I have an unused status that would require an empty field. the field that would come before this is in in progress, if it loaded it get loaded status and if not loaded it gets an not loaded status.
Hey @Jon, Not sure if you have Jira Workflow Toolbox (JWT) but you should be able to do this with that add-on. There are checks for Boolean Validation as well and Field Initialization. You could simply use the isn't initialized check to accomplish this.
-Peter
JIRA Suite Utilities is available on the cloud. It looks like what you actually want is a Condition; the field to be null to allow the transition to be executed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Joe, JSU is the other one we use and just as good although the solutions are a bit different.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.