update_project_item
Move items between columns in a GitHub project by specifying the column ID, item ID, and desired position (top, bottom, or specific index).
Instructions
Move an item between columns in a GitHub project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
column_id | Yes | Column ID to move the card to | |
item_id | Yes | Card ID to move | |
position | No | Position in the column (top, bottom, or specific position) | |
project_id | Yes | Project ID |