> ## Documentation Index
> Fetch the complete documentation index at: https://docs.propelcode.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Ticket destination

> Set your default ticket destination for follow-up tickets created from review comments.

Set a default destination so `/propel create-ticket` can open tickets from review feedback.

## Prerequisites

* You have access to **Administration** -> **Settings**.
* If you want Linear, connect it first in [Linear integration](/features/linear-integration).

## Configure default destination

1. Open [Ticket destinations settings](https://app.propelcode.ai/administration/settings?tab=ticket-destinations).
2. In **Default destination**, choose where tickets should be created.
3. If you choose Linear, select a **Linear team**.
4. Click **Save**.

<Note>
  GitHub Issues is always available. Product management destinations appear when connected.
</Note>

## Create a ticket from a review comment

1. Open an inline code comment thread in your pull request.
2. Post:

```bash theme={null}
/propel create-ticket Capture this issue and propose a safe rollback path
```

3. Propel queues ticket creation using your default destination.

## Common failure cases

* **No destination configured**: set a default provider in **Tickets** settings.
* **Provider not connected**: connect Linear in [Linear integration](/features/linear-integration).
* **Linear team missing**: choose a Linear team and save settings again.

## Next steps

1. Keep command usage consistent with [Commands](/features/commands).
2. Measure ticket follow-through with [Insights](/features/insights).
