Commands
lin comment
Add and manage issue comments
Add and manage issue comments
lin comment add
Add a comment to an issue
lin comment add <issue-id>Example
lin comment add ENG-123 --body "Deployed to staging"| Flag | Type | Default | Description |
|---|---|---|---|
--body | string | - | comment body (markdown) |
--body-file | string | - | read the text from a file ('-' reads stdin) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--json | string | - | raw GraphQL input payload as JSON ('-' reads stdin); exclusive with per-field flags |
--parent | string | - | parent comment UUID (thread reply) |
lin comment delete
Delete a comment (requires --confirm=<id>)
lin comment delete <comment-id>| Flag | Type | Default | Description |
|---|---|---|---|
--confirm | string | - | confirm the destructive action by repeating the resource id |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin comment list
List the comments of an issue
lin comment list <issue-id>| Flag | Type | Default | Description |
|---|---|---|---|
--all, -a | bool | false | follow cursors until exhaustion |
--cursor | string | - | resume from a previous next_cursor |
--limit, -l | int | 50 | page size |
lin comment resolve
Resolve a comment thread
lin comment resolve <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--resolving-comment | string | - | comment UUID that resolves the thread |
lin comment unresolve
Reopen a resolved comment thread
lin comment unresolve <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin comment update
Update a comment body
lin comment update <comment-id>| Flag | Type | Default | Description |
|---|---|---|---|
--body | string | - | comment body (markdown) |
--body-file | string | - | read the text from a file ('-' reads stdin) |
--dry-run, -n | bool | false | print the intended operation and variables without executing |