assignIssue
Assign a Taiga issue to a user using issue ID and username. Supports unassigning and project-specific reference numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdentifier | Yes | Issue ID or reference number (e.g., "123", "#45", or "45" - auto-detects format) | |
| assignee | Yes | Username or user ID to assign the issue to (or "unassign" to remove assignment) | |
| projectIdentifier | No | Project ID or slug (required if using reference number) |