Commands
lin project-status
Manage workspace project statuses
Manage workspace project statuses
lin project-status archive
archive a workspace project status
lin project-status archive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin project-status create
Create a workspace project status
lin project-status createExample
lin project-status create --name "In Discovery" --type planned --color "#a0a" --position 1.5| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | status color (hex) |
--description | string | - | status description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--indefinite | bool | false | projects in this status have no end date |
--name | string | - | status name |
--position | float64 | 0 | position in the status list |
--type | string | - | status type: backlog, planned, started, paused, completed, canceled |
lin project-status list
List workspace project statuses
lin project-status 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 project-status reassign
Move every project from one status to another
lin project-status reassign| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--from | string | - | status UUID to drain |
--to | string | - | status UUID to receive the projects |
lin project-status unarchive
unarchive a workspace project status
lin project-status unarchive <id>| Flag | Type | Default | Description |
|---|---|---|---|
--dry-run, -n | bool | false | print the intended operation and variables without executing |
lin project-status update
Update a workspace project status
lin project-status update <id>| Flag | Type | Default | Description |
|---|---|---|---|
--color | string | - | status color (hex) |
--description | string | - | status description |
--dry-run, -n | bool | false | print the intended operation and variables without executing |
--name | string | - | status name |
--position | float64 | 0 | position in the status list |
--type | string | - | status type |