I need a validator or any solution where the field should be mandatory when entered a new status if the field is blank it should show a popup to enter the value.
HI Aniket - Welcome to he Atlassian Community!
I would create two transitions going to the status, one with a condition that says the field is not empty. And a second one that says the field is empty. On this second one, you can add the transition screen with the field that needs populated. Also add a validator for this transition that this field is required.
I have added one screen which just has that custom field how do I create the condition one can you please explain it to me with images. I started on Jira this week only
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@John Funk Please explain it more clearly and if possible with images as I was assigned Jira task this week only
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry - will do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you but i got the solution for what I asked -
I needed a validator script which was
cfValues['customfieldname'] != null
I specifically said I need a validator script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to community !!
The following article will help you solve the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need a script in validator or in behaviors as we cannot add plugins
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Aniket Hande field required validator is a default feature in Jira Cloud. Please go to workflow -> transition -> validators -> add validator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i am not working on jira cloud i am working on the basic one where it doesn't have field required validator
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.
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.