jira.js
    Preparing search index...

    Function moveIssuesToSprint

    • Moves issues to a sprint, for a given sprint Id. Issues can only be moved to open or active sprints. The maximum number of issues that can be moved in one operation is 50.

      Parameters

      • client: Client
      • parameters: { issues?: string[]; sprintId: number }
        • Optionalissues?: string[]
        • sprintId: number

          The Id of the sprint that you want to assign issues to.

      • Optionaloptions: RequestOptions

      Returns Promise<void>