corgi agent watch move
corgi agent watch move
Move a ticket to another column
Synopsis
Moves one ticket on the tracker, as you.
corgi agent watch move ABC-123 "In Progress" corgi agent watch move ABC-123 "Ready for staging" corgi agent watch move ABC-1 Done --workspace api
The column names are the ones corgi agent watch board prints. Jira decides
which moves are legal from where the ticket is now; a refused move says what it
could have gone to instead.
corgi agent watch move <REF> <status> [flags]
Options
-h, --help help for move
--workspace string Workspace id; omitted means the one you are in
Options inherited from parent commands
--describe Describe contents of corgi-compose file
--dockerContext string Specify docker context to use, can be default,orbctl,colima (default "default")
-l, --exampleList List examples to choose from. Click on any example to download it
-f, --filename string Custom filepath for for corgi-compose
--fromScratch Clean the .corgi/corgi_services folder before running
-t, --fromTemplate string Create corgi service from template url
--fromTemplateName string Create corgi service from template name and url
-g, --global Use global path to one of the services
--interactive Force interactive prompts even when no TTY/agent detected
--isolate string Run this workspace under a named lease: own port block, own database names, own containers
--json Emit machine-readable JSON output
--privateToken string Private token for private repositories to download files
-o, --runOnce Run corgi once and exit
--silent Hide all welcome messages
SEE ALSO
- corgi agent watch - Watch the tracker and your pull requests: new issues, new comments, reviews — notify, or fix