-
Bug
-
Resolution: Fixed
-
High
-
11.4.1
-
None
-
1
-
Severity 2 - Major
-
No
Issue Summary
When sending a Patch API request to replace an Epic's spendToDate, the Estimate Team Weeks value for the Epic is changed as well in Audit Logs. This is observed when the general Portfolio's Display Week Estimate is set to Member Weeks.
curl --location --request PATCH 'https://alignsupport.jiraalign.com/rest/align/api/2/Epics/8998' \ --data '[ { "op":"replace", "path":"/spendToDate", "value":"2000" } ]'
Steps to Reproduce
- Go to Settings > Platform > Portfolio
- Set the 'Display Week Estimates In' to Member Weeks and Save
- Create an Epic with multiple program increments
- Update the Epic's spendToDate via API PATCH (see the API snippet above for example)
- Open the Epic details and click on the Audit Log
Expected Results
Audit Log should only display Epic's spendToDate modification.
The API should not update the audit log when the TW and MW values have not changed, whether the Display Week Estimate is set to Team weeks or Member weeks as it does with the UI.
Actual Results
Audit Log displays Epic's spendToDate and Estimate Team Weeks's modification.
Workaround
Set the 'Display Week Estimates In' to Team Weeks (see Step 2 above)
- is blocked by
-
JAWM-7828 Loading...
- relates to
-
ALIGNSP-26438 Loading...