create_card
Create a new card in a Zube project by specifying title and optional details like body, priority, category, labels, assignees, sprint, and epic.
Instructions
Create a new card (issue) in a project.
priority: 1-5 (1=highest). category_name: column name on the workspace board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | Yes | ||
| points | No | ||
| epic_id | No | ||
| priority | No | ||
| label_ids | No | ||
| sprint_id | No | ||
| project_id | Yes | ||
| assignee_ids | No | ||
| workspace_id | No | ||
| category_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||