Archived Jira tickets are preventing the deletion of the associated sprint.

XMLWordPrintable

    • 4
    • Minor
    • 3
    • Warranty

      Issue Summary

      Sprint can't be deleted from the Jira board if associated with Archved Jira tickets

      Steps to Reproduce

      1. Add Manage sprint and schedule issue permission.
      2. Create Sprint
      3. Add a Jira ticket to the sprint
      4. Archive Jira ticket
      5. Delete sprint 
      Challenges:
      
      - JQL search for the sprint, Reports, Sprint/Board etc will not return Archived Jira tickets. Hence, it looks empty.
      - There are no explicit details that show Sprint deletion is blocked due to Archived Jira issues.
      

      Expected Results

      Sprint should be deleted if the user has necessary permissions (Manage sprint & schedule issue)

      Actual Results

      Sprint can't be deleted, and receive below details in browser logs

      {
          "errors": [
              {
                  "message": "We couldn't make that happen because you don't have Schedule Issues permission.",
                  "locations": [
                      {
                          "line": 2,
                          "column": 9
                      }
                  ],
                  "path": [
                      "deleteSprint"
                  ],
                  "extensions": {
                      "status": [
                          401
                      ],
                      "statusCode": 401,
                      "errorType": null,
                      "operationName": "BacklogDeleteSprint",
                      "tenantId": "abcd1234567890qwe",
                      "userMessage": "We couldn't make that happen because you don't have Schedule Issues permission.",
                      "classification": "DataFetchingException"
                  }
              }
          ],
          "data": {
              "deleteSprint": null
          }
      } 

       

      Suggestion:

      • A clear message to provide cause(Issue archive in this case)
      • A column under the archive list to display Sprints

         

       

      Workaround

      Unarchive Jira tickets, and proceed with Sprint deletion.

            Assignee:
            Gihan Fernando
            Reporter:
            MonaS
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: