# CreateIssueDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/issues/dto/create-issue.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/issues/dto/create-issue.dto.ts#L4)

## Properties

| Property | Type |
|---|---|
| `projectSlugId` | `string` |
| `pageUrl` | `string` |
| `pageTitle` | `string` |
| `sectionHeading` | `string` |
| `ticketType` | `TicketType` |
| `category` | `IssueCategory` |
| `description` | `string` |
| `reporterEmail` | `string` |
| `reporterSessionId` | `string` |
| `scrollPosition` | `number` |
| `userAgent` | `string` |
