wrike_url_comment_post: Create simple comment on Wrike task

Description Usage Arguments Examples

Description

Pulls a list of comments associated with specified task. POST function allows for comment creation on specified task

Usage

1
wrike_url_comment_post(taskId, commentText)

Arguments

taskId

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

commentText

short, single word comment

Examples

1
2
wrike_url_comment_post("My Task ID", "hello")
wrike_url_comment_post("IEABOGRQKQAN3QOA", "hello")

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