-
Bug
-
Resolution: Fixed
-
Medium
-
11.3.1
-
None
-
3
-
Severity 3 - Minor
-
No
Issue Summary
When updating the following fields of a Feature through API PATCH the field capacityRank is removed:
- category
- portfolioAskDate
As an additional note, we also see the Points and T-Shirts size details get modified upon updating the PortfolioAskDate to null.
This is reproducible on Data Center: Yes
Steps to Reproduce
1. Send the following API call:
PATCH /align/api/2/Features/{id} [ { "op":"replace", "path":"category", "value":"2" } ] PATCH /align/api/2/Features/<FeatureID> [{ "value": null, "path": "/portfolioAskDate", "op": "replace" }]
2. View the Audit Log of the Features from the UI
Expected Results
The API call should only modify the intended fields without removing the CapacityRank, Points, T-shirt value.
Actual Results
The CapacityRank value is removed; Points and T-shirt value are modified.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is resolved by
-
ALIGNSP-26083 Loading...
- mentioned in
-
Page Loading...
- relates to
-
JAWM-8347 Loading...
- resolves
-
PS-172491 Loading...