jira.js
    Preparing search index...

    Function swapSprint

    • Swap the position of the sprint with the second sprint.

      Parameters

      • client: Client
      • parameters: { sprintId: number; sprintToSwapWith?: number; swap?: number }
        • sprintId: number

          The Id of the sprint to swap.

        • OptionalsprintToSwapWith?: number
        • Optionalswap?: number
      • Optionaloptions: RequestOptions

      Returns Promise<void>