[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) > [createComment](./cautious-journey.remote.createcomment.md) ## Remote.createComment() method Add a comment to an issue (for attribution and auditing). Signature: ```typescript createComment(options: CommentUpdate): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | CommentUpdate | | Returns: Promise<CommentUpdate>