---
title: "Create a tracker ticket"
method: POST
path: "/tickets/tracker-tickets"
tags: ["Ticket"]
---

# Create a tracker ticket

`POST /tickets/tracker-tickets`

Create a tracker ticket in a project. When
`customerEmail` is set, the customer is added as the first upvoter
(`upvotes: [{ email, name }]`, `upvotesCount: 1`) — used for feature
requests where the originating customer should auto-subscribe.

## Headers

- `project` string, required

## Request body

- object
  - `customerName` string
  - `customerEmail` string
  - `linkedTicketIds` string[]
  - `description` string
  - `title` string
  - `type` string

## Response `200`

Ok

- unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/2bfe054193b5/schema)
