add_task_comment
Add a comment to a specific task in the Goodday project management platform by providing the task ID, user ID, and comment text. Enhances task collaboration and updates.
Instructions
Add a comment to a task.
Args: task_id: The ID of the task user_id: User on behalf of whom API will execute update message: Comment text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | ||
task_id | Yes | ||
user_id | Yes |