Issue Summary
Once you execute a PATCH method sending a target Sync Sprint to a Kanban Team Objective it generates duplicate entries in the Team Room, Program Room, and Program board.
[ { “op”: “replace”, “path”: “targetSyncSprintId”, “value”: 1750 } ]
Steps to Reproduce
- Create a Team Objective for a kanban team
- execute a PATCH method in JA API passing only the targetSyncSprintId (according to the example in the description)
- The PATCH will be successfully done
- Check the Team Room, Program Room or Program board for the sprint you added the Objective.
- Note that Kanban Teams doesn't have sprints or even the field in the UI to be populated but the entries will appear in those 3 pages duplicated
Expected Results
PATCH target Sync Sprint to a Kanban Team Objective should be not accepted and even not appear on the Team Room, Program Room or Program board
Actual Results
PATCH is accepted and the entries are showing up duplicated in Team Room, Program Room or Program board
...
Workaround
Currently there is no known workaround for this behavior.