reorder_columns
Change the display order of a board's columns by providing the full list of column ids in the desired sequence.
Instructions
Set the display order of a board's columns. Pass every column id in the wanted order (get_board_schema lists them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | Board id (from list_boards / create_board) | |
| columnIds | Yes | Column ids in the new order (every column of the board) | |
| projectId | Yes | Project id (from list_projects / create_project) |