Skip to content

Edit issue through CLI #552

@gsaslis

Description

@gsaslis

Edit issue (HTTPD)

curl --location --request PATCH 'http://localhost:8080/api/v1/projects/rad:zzvuM1U8E3eSJswMg13YuatjKiU7/issues/98a7b0dca39484eb0e0bd7dfba89e8295f29e3ef' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer SgaAu5c7c7wTfEAa8S1UVb9p8rsk42Dm' \
--data '{
     "type":"edit",
     "title" : "test2"
}'

Response:

{"success":true,"id":"a1ff328901fca4ebf8f020911ca484adce8f6f10"}

Edit issue (CLI)

rad issue edit <issue-id>

Action Required

  • if we run the above command then an editor will open with the title and description.
    We would like to pass a --title as a parameter and the command don't be interactive

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions