jira.js
    Preparing search index...

    Function deleteSprint

    • Deletes a sprint. Once a sprint is deleted, all issues in the sprint will be moved to the backlog. To delete a synced sprint, you must unsync it first.

      Parameters

      • client: Client
      • parameters: { sprintId: number }
        • sprintId: number

          The Id of the sprint to delete.

      • Optionaloptions: RequestOptions

      Returns Promise<void>