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

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

Describes a webhook notification for a newly created issue report.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| report_url | <span class="proto-type proto-type-primitive">string</span> | Report 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. |

</section>
<p class="h4">Example</p>
```json
{
  "report_url": "https://app.bitdrift.io/reports/ir_123",
  "view_name": "Android ANRs",
  "view_url": "https://app.bitdrift.io/issues/views/iv_123"
}
```

