Skip to main content

Comments

comment list

List an issue's comments. The issue must be given as a TEAM-NUMBER identifier.

linear-cli comment list --issue ENG-123
FlagRequiredDescription
--issue <identifier>YesIssue identifier, such as ENG-123

comment create

Create a markdown comment. A body read from --body-file replaces --body.

linear-cli comment create --issue ENG-123 --body "Fixed in PR #456"
FlagRequiredDescription
--issue <identifier>YesIssue identifier
--body <markdown>One body sourceComment body
--body-file <path>One body sourceRead the comment body from a file