bulk_move_cards
Move multiple project board cards to different columns at once. Provide issue numbers and column targets to reorganize Kanban boards in a single request.
Instructions
Move many cards at once, each to its own column.
Args: moves: list of {"issue_number": N, "column_id": C}. Cards going to the same column are placed in the order listed. Runs concurrently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| moves | Yes | ||
| owner | Yes | ||
| project_id | Yes |