Create a comment (plain text body)
Creates a new plain-text comment on an issue. Supply the issue key or ID in IssueId and the comment text in Body. You can use functions such as <<FUN_NOW>> in the body.
INSERT INTO Comments(IssueId,Body) VALUES('CS-2', 'Commented at <<FUN_NOW>>')