Issue Summary
When updating a feature in Jira Align via API, some fields got updated even though it's not part of the request.
Steps to Reproduce
- Create a JA feature from Backlog grid
- Update the PI/release of the newly created feature via API
example body:[ { "op": "replace", "path": "/releaseId", "value": "58" } ]
- Check the Feature audit logs
Expected Results
Only PI/Release fields should be logged as updated.
Actual Results
Additional Fields got updated:
Example 1: (CategoryId)
Example 2: (CategoryId and Cdrop1)
Workaround
This issue does not occur when the feater was created via Add Feature.