This action will add a comment to an existing task in your Wrike account.
- API endpoint slug
- wrike.add_comment_to_task
- Filter code method
- Wrike.addCommentToTask.skip(string?: reason)
- Runtime method
- runAction("wrike.add_comment_to_task", {})
Action fields
- Label
- Task ID
- Helper text
- The Wrike task ID to comment on.
- Slug
- task_id
- Required
- true
- Can have default value
- true
- Filter code method
- Wrike.addCommentToTask.setTaskId(string: task_id)
- Label
- Comment text
- Helper text
- The text of the comment to add.
- Slug
- comment_text
- Required
- true
- Can have default value
- true
- Filter code method
- Wrike.addCommentToTask.setCommentText(string: comment_text)