---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.issues.v1.GetIssueRequest"></a>GetIssueRequest

| Field | Type | Description |
|---|---|---|
| id | <span class="proto-type proto-type-primitive">string</span> | The unique identifier for the issue. |
| issue_group_id | <span class="proto-type proto-type-primitive">string</span> | The unique identifier for the issue group this issue belongs to. |

#### Example
```json
{
  "id": "7bbc674a-a617-4a0d-a721-03a3e4e31792",
  "issue_group_id": "12710232306638153143"
}
```

