GetIssueRequest¶
Source definition: src/bitdrift/public/unary/issues/v1/issues.proto#L267-L279
| Field | Type | Description |
|---|---|---|
| id | string between 1 and 100 chars |
The unique identifier for the issue. |
| issue_group_id | string between 1 and 100 chars |
The unique identifier for the issue group this issue belongs to. |
Example¶
JSON
{
"id": "7bbc674a-a617-4a0d-a721-03a3e4e31792",
"issue_group_id": "12710232306638153143"
}