jira.js
    Preparing search index...

    Function deleteSprint

    • Deletes a sprint. Once a sprint is deleted, all open issues in the sprint will be moved to the backlog.

      Parameters

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

          The ID of the sprint to delete.

      • Optionaloptions: RequestOptions

      Returns Promise<void>