cytechmobile / radicle-jetbrains-plugin

Radicle plugin for Jetbrains IDEs
https://plugins.jetbrains.com/plugin/19664-radicle
Apache License 2.0
15 stars 0 forks source link

Add/remove issue assignees through CLI #544

Closed gsaslis closed 1 month ago

gsaslis commented 2 months ago
Add issue assignee (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":"assign","assignees":["did:key:z6Mkv7BCz61grUDYDmcQhQVmMdcmZmQu3QjMEuQaW7oxQ4H5"]}'

Response:

{"success":true,"id":"b2b12eaa0a30c578253a67276c55d71dec5e9fb3"}
Add issue assignee (CLI)

rad issue assign <issue-id> --add <did> --delete <did>

Action Required