addComment
Add a comment to a Taiga issue, user story, or task by specifying the item type, ID, and comment content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemType | Yes | Type of item to comment on | |
| itemId | Yes | ID of the issue, user story, or task | |
| projectIdentifier | No | Project ID or slug (required for issues) | |
| comment | Yes | Comment content to add |