add_activity_comment

add activity comment. Add new comment to specified Top Object, object and activity

query
add_activity_comment
required parameters
(ob_top_id or ob_top_name) to specify Top Object and (ob_name or ob_id) to specify child object and (a_name or a_id) to specify activity and ac_comment
optional parameters
none
response format
ac_id;a_id;user_id;user_name;ac_create_date;ac_comment
parameter reference

Parameter reference:

ob_top_id – Top Object id, unique

ob_top_name – Top Object name, not unique

ob_id – object id, uniqie

ob_name – object name, unique across the project

a_name – activity name, not unique

a_id – activity id, unique

ac_id – comment id, unique

user_id – id of the user that added the comment, unique

user_name – name of the user that added the comment, not unique

ac_create_date – timestamp when comment was added

ac_comment – content of the comment