Constructors

Properties

client: Client

Methods

  • Move issues to the backlog.
    This operation is equivalent to remove future and active sprints from a given set of issues. At most 50 issues may be moved at once.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<void>

  • Move issues to the backlog.
    This operation is equivalent to remove future and active sprints from a given set of issues. At most 50 issues may be moved at once.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<T>

  • Move issues to the backlog of a particular board (if they are already on that board).
    This operation is equivalent to remove future and active sprints from a given set of issues if the board has sprints If the board does not have sprints this will put the issues back into the backlog from the board. At most 50 issues may be moved at once.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<void>

  • Move issues to the backlog of a particular board (if they are already on that board).
    This operation is equivalent to remove future and active sprints from a given set of issues if the board has sprints If the board does not have sprints this will put the issues back into the backlog from the board. At most 50 issues may be moved at once.

    Type Parameters

    • T = void

    Parameters

    Returns Promise<T>