createIssue
Add new issues to Taiga projects by specifying title, description, status, priority, severity, type, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectIdentifier | Yes | Project ID or slug | |
| subject | Yes | Issue title/subject | |
| description | No | Issue description | |
| status | No | Status name (e.g., "New", "In progress") | |
| priority | No | Priority name (e.g., "Low", "High") | |
| severity | No | Severity name (e.g., "Minor", "Critical") | |
| type | No | Issue type name (e.g., "Bug", "Enhancement") | |
| tags | No | Array of tags |