Description
Issue Summary
GET Objectives/<id> returns teamIds NULL even though a team is set
Steps to Reproduce
- Create a Team Objective via API
- Run a GET Objectives/<id> call
- Notice response body:
{ { "id": <id>, "tier": 1, (...) "teamIds": null, "self": "https://instance.jiraalign.com/rest/align/api/2/objectives/<id>" }
Expected Results
- A response body like below:
{ { "id": <id>, "tier": 1, (...) "teamIds": [ <id> ], "self": "https://instance.jiraalign.com/rest/align/api/2/objectives/<id>" }
Actual Results
- Response body returns teamIds NULL
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
Attachments
Issue Links
- relates to
-
ALIGNSP-5992 Loading...