linLinear CLI
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>
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing

lin project-status create

Create a workspace project status

lin project-status create

Example

lin project-status create --name "In Discovery" --type planned --color "#a0a" --position 1.5
FlagTypeDefaultDescription
--colorstring-status color (hex)
--descriptionstring-status description
--dry-run, -nboolfalseprint the intended operation and variables without executing
--indefiniteboolfalseprojects in this status have no end date
--namestring-status name
--positionfloat640position in the status list
--typestring-status type: backlog, planned, started, paused, completed, canceled

lin project-status list

List workspace project statuses

lin project-status list
FlagTypeDefaultDescription
--all, -aboolfalsefollow cursors until exhaustion
--cursorstring-resume from a previous next_cursor
--limit, -lint50page size

lin project-status reassign

Move every project from one status to another

lin project-status reassign
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing
--fromstring-status UUID to drain
--tostring-status UUID to receive the projects

lin project-status unarchive

unarchive a workspace project status

lin project-status unarchive <id>
FlagTypeDefaultDescription
--dry-run, -nboolfalseprint the intended operation and variables without executing

lin project-status update

Update a workspace project status

lin project-status update <id>
FlagTypeDefaultDescription
--colorstring-status color (hex)
--descriptionstring-status description
--dry-run, -nboolfalseprint the intended operation and variables without executing
--namestring-status name
--positionfloat640position in the status list
--typestring-status type

On this page