I have a scenario as below
Please select all the terms to create an issue (required Field)
[] Term1
[] Term2
[] Term3
[] Term4
It is a required field and i need to make sure all the checkboxes are selected before we proceed further . We should not give the user to skip any of the checkboxes and I cannot use radio buttons. Is there anyway we can acheive this in Jira ? Please help.
Maybe create them as separate custom fields? Else you will have to write your own workflow validator.
How can we create custom field separately. Term1 , Term2, Term3 are options of the custom check box Please select all the terms to create an issue (required Field).
Workflow Validator
How can we implement workflow validator on create issue. Before creating an issue , how can you validate. This field is on my create issue screen and once the user selects all the checkboxes then only the issue will be created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to add a validator on create issue and mentioned by conditions as
cfValues['Please acknowledge'][0] == 'Yes' cfValues['Please acknowledge.'][1] == 'Yes'
cfValues['Please acknowledge'][2] == 'Yes' cfValues['Please acknowledge.'][3] == 'Yes'
It validates the checkboxes but it won't let me create the issue. I am getting the error message when i click create issue button , please select all the checkboxes .
What am i doing wrong. Please help me out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.