# <a id="bitdrift.public.webhook.v1.IssueDetails"></a>IssueDetails

**Source definition:** [`src/bitdrift/public/webhook/v1/notification.proto#L98-L104`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/webhook/v1/notification.proto#L98-L104>)

Describes an issue referenced by an issue webhook notification.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| issue_url | <span class="proto-type proto-type-primitive">string</span> | Issue URL. |
| reason | <span class="proto-type proto-type-primitive">string</span> | Reason/description of the issue. |

</section>
<p class="h4">Example</p>
```json
{
  "issue_url": "https://app.bitdrift.io/issues/is_123",
  "reason": "Crash in CheckoutViewController"
}
```

