---
title: "Create Smart Issue Ticket"
method: POST
path: "/smart-issues/{projectId}/issue/ticket"
tags: ["smart-issues"]
---

# Create Smart Issue Ticket

`POST /smart-issues/{projectId}/issue/ticket`

## Path parameters

- `projectId` integer, required

## Request body

- SmartIssueTicketSchema
  - `issueId` string, uuid, required
  - `target` 'linear'
  - `teamId` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-28** `34fa89a60a82` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openreplay/apis/fastapi/changes/smart-issues/:projectId/issue/ticket/post.md)

---

[API](https://skmtc.dev/openreplay/apis/fastapi.md) · [All operations](https://skmtc.dev/openreplay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openreplay/fastapi/revisions/cfc35d5f05e2/schema)
