linear_add_comment
Add comments to Linear issues using markdown, with optional custom username and avatar, for enhanced project management and issue tracking.
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
Name | Required | Description | Default |
---|---|---|---|
body | Yes | ||
create_as_user | No | ||
display_icon_url | No | ||
issue_id | Yes |