Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-17305

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • REST API
    • None

    Description

      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":{}}
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rmacalinao Ramon M
            Votes:
            18 Vote for this issue
            Watchers:
            27 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: