-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Forge - Jira custom fields
-
Severity 3 - Minor
-
Integration testing
Issue Summary:
Forge custom fields set as required are not shown as required on issue create screen if the other fields are set as required and don’t have any value entered for them.
Steps to Reproduce
- create a custom field of type forge jira:customFieldType
- Set the field as required in a project along with other custom field.
- Now when you click create, we only get validation for the other custom field, and Forge custom does not show any validation. Now, if I add some value to the other field and click Create, Forge custom shows the validation.
Expected Results
Required field validation to be shown for all the required fields along with Forge custom field.
Actual Results
Only the required field validation shown for system custom field, once they are having value then required field is shown for Forge custom field.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available