Issue Summary
Epic Strategic Value Score can be set to 0 despite having 1-100 limits in UI. UI will then prevent users from being able to save new changes unless they edit the field, which is hidden behind 'Full details' expander, so it's not obvious what's wrong.
Steps to Reproduce
- Set Strategic Score to 0 on an Epic via API with the below method
- Open the details panel for this Epic and change the description
- Save
- Observe that nothing appears to happen
- Expanding full details below focuses on the invalid field when saving
Expected Results
API should only allow values of null and 1-100 like in the UI.
Nice to have: 'Full details' should be expanded to focus on the incorrect value or some other more obvious prompt would be helpful (like the red banner we have for other invalid save scenarios).
Actual Results
We can set the Strategic Value score on an Epic via API, for example:
PATCH /rest/align/api/2/Epics/7747 [ { "op":"replace", "path":"strategicValueScore", "value": 0 } ]
When opening the details panel of such an Epic and modifying it, clicking Save or Save and close buttons appears to do nothing until full details are expanded.
When full details are expanded, save button focuses on the incorrect value.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
Please double-check that the value of Strategic Value score is between 1-100.
- relates to
-
JIRAALIGN-6728 It's possible to set Effort Swag score to 0 on an Epic via API which prevents users from being able to save it in UI
-
- Closed
-
- is related to
-
ALIGNSP-23503 Loading...