-
Bug
-
Resolution: Fixed
-
Low
-
10.78
-
None
-
1
-
Severity 3 - Minor
-
Party Parrots - USH 5
Issue Summary
API: Key Results are not deleted when deleting the Objective
Steps to Reproduce
- Login
- Go to the Objectives grid.
- Create Objective with Key Result.
- Go to any app that allows you to run API requests.
- Run GET for the Objective.
- Run GET for Key Results. Find the ID of the Key result that is tied to the Objective.
- Delete the Objective.
- Run GET for the Key Result. /rest/align/api/2/keyresults/ {Id from the Step 6}
Expected Results
Key Result doesn't appear, it is deleted along with the Parent Objective.
Maybe as a part of the fix, it would be good to ad code that will remove all orphan Key results from the application.
Actual Results
Key Result appears in the response.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- resolves
-
ALIGNSP-5952 Loading...