Back to Autogpt

Linear Comment

docs/integrations/block-integrations/linear/comment.md

0.6.441.3 KB
Original Source

Linear Comment

<!-- MANUAL: file_description -->

Blocks for creating and managing comments on Linear issues.

<!-- END MANUAL -->

Linear Create Comment

What it is

Creates a new comment on a Linear issue

How it works

<!-- MANUAL: how_it_works -->

This block creates a new comment on a Linear issue using the Linear GraphQL API. Provide the issue ID and comment text, and the block posts the comment and returns its ID.

Comments appear in the issue's activity timeline and notify relevant team members.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
issue_idID of the issue to comment onstrYes
commentComment text to add to the issuestrYes

Outputs

OutputDescriptionType
errorError message if the operation failedstr
comment_idID of the created commentstr
comment_bodyText content of the created commentstr

Possible use case

<!-- MANUAL: use_case -->

Automated Updates: Post status updates or progress reports to issues automatically.

Integration Comments: Add comments when external systems (CI/CD, monitoring) detect relevant changes.

Cross-Tool Communication: Post comments from chatbots or customer support integrations.

<!-- END MANUAL -->