-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
Minor
-
Jira Software
Issue Summary
When a user input is used within Automation and a field is a number and required the form does not recognize the default value of 0 until the field has been edited
Steps to Reproduce
- Create an automation rule with a user input component.
- Within the user input form create an input field that is a number and required and has a default value of 0.
- Trigger the automation rule from an issue.
- Attempt to submit the user input form without editing the number field value.
- The form will report that the field is required even though it already has a value.
Expected Results
The form should accept the default value of 0 without having to edit the field.
Actual Results
It is required to edit the field even if the input should be 0, the default field value 0 will need to be deleted and added again to continue.
Workaround
None