Commands
lin triage
Manage team triage responsibilities
Manage team triage responsibilities
lin triage create
Create a triage responsibility for a team
lin triage create| Flag | Type | Default | Description |
|---|---|---|---|
--action | string | - | triage action: assign or notify |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--schedule | string | - | time schedule UUID |
--team, -t | string | - | team key or UUID |
lin triage delete
Delete a triage responsibility
lin triage delete <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin triage list
List triage responsibilities
lin triage list| 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 triage update
Update a triage responsibility
lin triage update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--action | string | - | triage action: assign or notify |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--schedule | string | - | time schedule UUID |