add_card_to_column
Add a card containing an issue, pull request, or note to a specific project column in a GitHub repository. Specify the owner, repo, column ID, and content type for precise placement.
Instructions
Add a new card to a project column
Input Schema
Name | Required | Description | Default |
---|---|---|---|
column_id | Yes | The ID of the column to add card to | |
content_id | No | ID of the issue or pull request (required if content_type is Issue or PullRequest) | |
content_type | Yes | Type of content for the card | |
note | No | The note content for the card (required if content_type is Note) | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name |