Body
This is a description of the issue along with any other relevant information
such as error messages, logs, etc.
This is the unique identifier for the project that this issue belongs to.
This is the URL where the webhook will be sent once the issue is created.
Response
A message indicating that the issue creation is in progress and a webhook will be sent upon completion.
curl https://<your_disto_url>/api/v1/issues/ \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
--data-raw '{
"data": "Crash rate is > 0.2% for 1 hour on app 'Signal', version '6.35.0', OS 'iOS'",
"projectId": "123e4567-e89b-12d3-a456-426614174001",
"callbackUrl": "https://app.mycompany.com/callback"
}'
{
"message": "Disto is working on a fix. A webhook will be sent to the provided callback URL upon completion."
}