create_issue
Create a new issue in a Taiga project. Required: project ID and subject. Optional: description, priority, severity, type, assignee, tags.
Instructions
Create a new issue in a Taiga project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project numeric ID | |
| subject | Yes | Issue title/subject | |
| description | No | Issue description (markdown) | |
| priority | No | Priority ID | |
| severity | No | Severity ID | |
| type | No | Issue type ID | |
| assigned_to | No | Assignee user ID | |
| tags | No | List of tag strings |