Close menu
Explore Plans
Mobile menu Close menu
Wrike

Add a comment to a task

This action will add a comment to an existing task in your Wrike account.

Developer info

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

Task Text input > Other

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)

Comment text Text input

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)