-
Bug
-
Resolution: Fixed
-
Low
-
None
-
4
-
Severity 3 - Minor
-
Summary
Agile rest api for epic is not working for Next-gen projects.
Steps to Reproduce
- Create a next gen scrum project
- Create an epic in the board
- Call the agile board rest api for epics
GET https://site.atlassian.net/rest/agile/1.0/board/<BOARD_ID>/epic {"maxResults":50,"startAt":0,"isLast":true,"values":[{"id":11472,"key":"SCRUM-19","self":"https://site.atlassian.net/rest/agile/1.0/epic/11472","name":"","summary":"epic","color":{"key":"color_1"},"done":false}]}
- Call the self URL of the epic
GET https://site.atlassian.net/rest/agile/1.0/epic/11472
Expected Results
The epic details should be returned
Actual Results
The call fails with a 404 and permission error message.
Request URL: https://try-ramon-appswitcher.atlassian.net/rest/agile/1.0/epic/11472 Request Method: GET Status Code: 404 {"errorMessages":["The requested epic cannot be viewed because it either does not exist or you do not have permission to view it."],"errors":{}}
Thanks goes to the team rhys5690, so i will be sure to pass it on. My apology that you didn't get it sooner, thanks for the kind words.