-
Bug
-
Resolution: Fixed
-
High
-
1
-
Severity 3 - Minor
-
Issue Summary
Jira form field with a default choice for a checkbox field allows to un-check it , however once we submit it accepts the default choice configured.
The issue is reproducible while creating issue form Jira issue view and portal view
Steps to Reproduce
- Create a Form Field of Type Checkbox , lets name it "Check"
- Add a Default Choice to the CheckBox field.
- Link this Form to an Issue type or a Request Type.
- Create an Issue, Fill out the form and Uncheck the CheckBox field "Check" with Default value ( make sure it's not selected ) - submit the form , create the issue.
Expected Results
The submitted form should allow selecting a blank choice.
Actual Results
The submitted form selects the Default Choice
Workaround
- Make the field required
- Add a choice " None of the Above"
- So it cannot be a blank answer and no choice is selected.