radicle-jetbrains-plugin
radicle-jetbrains-plugin copied to clipboard
Create issue through CLI
Create issue (HTTPD)
curl --location 'http://localhost:8080/api/v1/projects/rad:zzvuM1U8E3eSJswMg13YuatjKiU7/issues' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer SgaAu5c7c7wTfEAa8S1UVb9p8rsk42Dm' \
--data '{
"title":"test",
"description" : "lala",
"labels" : ["test"],
"assignees" : [],
"embeds" : []
}'
Response:
{"success":true,"id":"98a7b0dca39484eb0e0bd7dfba89e8295f29e3ef"}
Create issue (CLI)
rad issue open --title --description --labels --assignees
Action Required
- the CLI does not currently support adding embeds.