create_wrike_task_comment: Create comment on Wrike task

Description Usage Arguments Examples

Description

Create a comment on a specified Wrike task

Usage

1
create_wrike_task_comment(task_id, comment_text)

Arguments

task_id

Wrike task id associated with the task you want to create a comment on (ex:IEABOGRQKQAN3QOA)

comment_text

Text of the comment you want added to Wrike

Examples

1
2
create_wrike_task_comment("My Task Id", "comment")
create_wrike_task_comment("IEABOGRQKQAN3QOA", "hello there")

aamangold/wriker documentation built on June 12, 2019, 2:05 p.m.