linear_add_comment
Add comments to Linear issues with markdown support and optional custom user details for project collaboration.
Instructions
Add a comment to an issue.
Args:
issue_id: Issue ID to comment on
body: Comment text (markdown supported)
create_as_user: Custom username
display_icon_url: Custom avatar URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| body | Yes | ||
| create_as_user | No | ||
| display_icon_url | No |