-
Bug
-
Resolution: Fixed
-
Low
-
10.125.2
-
1
-
Severity 2 - Major
-
No
Issue Summary
When updating a Feature via API PATCH, get error 400: Cannot update feature with id ####. Value for ownerId is invalid.
This is not happening for all owners, however we can reproduce it for a large number of users in an internal instance.
All of these owners are selectable in the UI and there's no obvious difference between users that produce the error and users that are fine.
Steps to Reproduce
- Create a feature
- Try to change its description via PATCH API request and observe the results
- If the operation succeeds, try changing the owner in the UI
Expected Results
If a field can be changed in UI without changing the owner, we should be able to do the same operation via API.
Actual Results
Error 400: Cannot update feature with id ####. Value for ownerId is invalid.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
- is related to
-
JIRAALIGN-5302 When updating a Feature via API PATCH, get error 400 Value for ownerId is invalid
- Closed
- is resolved by
-
HOT-105745 Loading...
- resolves
-
PS-147997 Loading...