Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request POST \ --url http://localhost:4000/api/v1/{issue_identifier}/transition \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "target_state": "<string>" } '
{ "ok": true, "from": "<string>", "to": "<string>", "reason": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Issue identifier (e.g. ENG-123)
1
Transition applied
Contact support