The authenticated user is automatically recorded as the comment author
A plain @Full Name (or unique first name) of a project member becomes a real mention and notifies that member — no need to know their numeric ID. Ambiguous or unknown names stay literal text, and names inside code blocks are never matched
Returns the created comment with ID, content, author, and timestamp
Comment Tools
Manage comments on issues via MCP — add, update, and delete.
add-comment
Add a comment to an issue.
Parameters
issue_idissue_idorissue_key, not both)issue_key"KD-0042"(provideissue_idorissue_key, not both)contentBehavior
@Full Name(or unique first name) of a project member becomes a real mention and notifies that member — no need to know their numeric ID. Ambiguous or unknown names stay literal text, and names inside code blocks are never matchedExample Prompt
update-comment
Edit an existing comment on an issue.
Parameters
issue_idcomment_idcontentBehavior
kendo://issues/{id}first to find comment IDsExample Prompt
delete-comment
Permanently delete a comment from an issue.
Destructive
This action cannot be undone. The comment and its attachments are permanently removed.
Parameters
issue_idcomment_idBehavior
kendo://issues/{id}first to find comment IDsExample Prompt
See Also
kendo://issues/{id}(includes full comment history)