updateIssueStatus
Change the status of an issue in Taiga by providing the issue ID and target status. Accepts reference numbers and project identifiers for precise updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdentifier | Yes | Issue ID or reference number (e.g., "123", "#45", or "45" - auto-detects format) | |
| status | Yes | Name of the target status (e.g., "In Progress", "Done") | |
| projectIdentifier | No | Project ID or slug (required if using reference number) |