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

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

Describes a webhook notification for a newly created issue.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| issue_url | <span class="proto-type proto-type-primitive">string</span> | Issue URL. |
| view_url | <span class="proto-type proto-type-primitive">string</span> | View URL. |
| view_name | <span class="proto-type proto-type-primitive">string</span> | View name. |
| reason | <span class="proto-type proto-type-primitive">string</span> | Issue reason/description. |

</section>
<p class="h4">Example</p>
```json
{
  "issue_url": "https://app.bitdrift.io/issues/is_456",
  "reason": "Timeout while processing checkout request",
  "view_name": "Backend Errors",
  "view_url": "https://app.bitdrift.io/issues/views/iv_456"
}
```

