create_work_item
Creates a new work item in a project, supporting tasks and user stories, with fields for title, description, assignee, due date, and more.
Instructions
Create a new work item (task) in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tag strings | |
| title | Yes | ||
| boardId | Yes | ||
| dueDate | No | ISO 8601 date string | |
| isStory | No | True for user stories, false for tasks (default false) | |
| stageId | No | ||
| projectId | Yes | ||
| categoryId | No | ||
| description | No | ||
| estimatedTime | No | Estimated time in hours | |
| parentStoryId | No | ID of the parent story (for sub-tasks) | |
| assignedUserId | No | ||
| importanceLevelId | No | Importance: 1=Urgent, 2=High, 3=Normal (default), 4=Low |