?
Edit an issue
Edit an issue’s title, body, kind, or status.
admin.issues.edit("42", { status: "closed" })
Edit an issue’s title, body, kind, or status. A status change records the matching timeline event.
Parameters
number
string
RequiredThe issue number.
--title
string
Replace the title.
--body
string
Replace the body.
--kind
string
Change the kind.
bugideatask
--status
string
Change the status.
openclosed
CLI
remy-admin issues edit 42 --status closed