---
search:
  exclude: true
---

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

**Source definition:** [`src/bitdrift/public/unary/issues/v1/issues.proto#L267-L279`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/issues/v1/issues.proto#L267-L279>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 100 chars</em> | The unique identifier for the issue. |
| issue_group_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 100 chars</em> | The unique identifier for the issue group this issue belongs to. |

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

