Details
-
Bug
-
Status: Done
-
Trivial
-
Resolution: Done
-
5.4.40, 5.4.47, 5.4.48, 5.5.3, 5.9.1-p5
-
None
-
0.6
Description
Problem
Scenario 1
After setting a "Multiple Issue Picker" or "Single Issue Picker" field as required via the UI with behaviour, even if a value is added, it still says "You must enter a value for this field".
Workaround for Scenario 1:
Use a custom script to make the field required
def field = getFieldByName("Issue Picker")
field.setRequired(!field.value)
Scenario 2
After setting a "Multiple Issue Picker" field as required via the UI with behaviour and pick a value. Then, remove the value and click submit. The field required doesn't prompt any errors and allow the transition. No workaround at the moment.
Attachments
Issue Links
- is duplicated by
-
SRJIRA-3234 Issue picker behaviour validation
-
- Done
-
- is related to
-
SRJIRA-4386 Multi Issue Picker field validation is not working correctly i.e. when the field is set to Required using the Field Configurations
-
- Done
-
-
SRJIRA-2168 Can't use behaviours with issue picker in behaviours select list conversion field
-
- Done
-