Issue Summary
Updating Objective status via PATCH API call results in erroneous Audit Log entry for Category field instead of Status field.
Steps to Reproduce
- Create Objective and Save
- From the UI, change status from Pending to In-Progress, Save
- Observe Audit Log reflects update
- Using Objectives API, change Objective status back to Pending using PATCH call
Expected Results
Audit Log should show Status field change from API as it does for UI update
Actual Results
Audit Log shows entry for Category field change instead (though Objective status does get updated successfully)
- NOTE: The same problem occurs for Milestone API
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- resolves
-
PS-91905 Loading...