From a891b9ba7a1a8948e7f8ff39edac69b49bc8a59c Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Mon, 24 Aug 2026 05:51:01 -0400 Subject: [PATCH] docs: document lc issue status (move between workflow states) in Readme Add `issue status` and `issue assign` to the Command Aliases table, and add a new usage section covering `lc issue status` with examples for interactive prompting, named state, multiple issues, and comment+state. Co-Authored-By: Claude Sonnet 4.6 --- Readme.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Readme.adoc b/Readme.adoc index 470650a..cd4f4c3 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -156,6 +156,8 @@ so you don't have to type the full name every time: |`issue create` |`c`, `new`, `add` |`issue develop` |`d`, `dev` |`issue list` |`l`, `ls` +|`issue status` |`s`, `st`, `stat` +|`issue assign` |`a` |`issue update` |`u` |`issue pr` |`pull-request` |`team list` |`l`, `ls` @@ -297,6 +299,23 @@ the team has more than one matching state. $ lc issue update --close --status Done --reason "These were closable" CRY-1234 CRY-2 ---- +==== Move an issue to a different workflow state + +Changes the workflow state of one or more issues. Prompts interactively when +`--status`/`-s` is omitted. + +[source,sh] +---- +$ lc issue status CRY-1234 <1> +$ lc issue status CRY-1234 -s "In Progress" <2> +$ lc issue status CRY-1 CRY-2 CRY-3 -s Done <3> +$ lc issue status CRY-1234 -s Done -m "Wrapped up" <4> +---- +<1> Prompts interactively to pick a state +<2> Move to a named workflow state (case-insensitive, unique-prefix match) +<3> Move multiple issues at once — updates run concurrently +<4> Add a comment alongside the state change + ==== Default team/project (profiles) Not in Ruby's `linear-cli` - save a named team/project bundle once, then