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.
[JIRAALIGN-2000] [JIRAALIGN-2000] PATCH: Other Feature field attribute got updated unexpectedly.
Remote Link | Original: This issue links to "Page (Confluence)" [ 504471 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Waiting for Release [ 12075 ] | New: Closed [ 6 ] |
Fix Version/s | New: 10.80 [ 92797 ] |
Assignee | Original: Roman [ ronyshchuk@atlassian.com ] | New: Kyle Foreman [ kforeman@atlassian.com ] |
Assignee | Original: Mykola Semeniuk [ msemeniuk@atlassian.com ] | New: Roman [ ronyshchuk@atlassian.com ] |
Status | Original: In Progress [ 3 ] | New: Waiting for Release [ 12075 ] |
Status | Original: Short Term Backlog [ 12074 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 504471 ] |
Priority | Original: Low [ 4 ] | New: Medium [ 3 ] |
Hello,
This issue is fixed in tonight's Jira Align release.
-Kyle