Agile rest api for epic is not working for Next-gen projects.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • Component/s: REST API
    • 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":{}}
      

            Assignee:
            Unassigned
            Reporter:
            Ramon M (Inactive)
            Votes:
            18 Vote for this issue
            Watchers:
            27 Start watching this issue

              Created:
              Updated:
              Resolved: