---
title: "File Issue"
method: POST
path: "/issues"
tags: ["issues"]
---

# File Issue

`POST /issues`

## Request body

- FileIssueRequest
  - `title` string, required
  - `description` string
  - `labels` string[]
  - `state` string
  - `extra_fields` IssueField[]
    - `label` string, required
    - `value` string, required
  - `screenshots` string[]
  - `workspace_id` string, nullable
  - `workspace_snapshot` object, nullable

## Response `200`

Successful Response

- FileIssueResponse
  - `issue_url` string, required
  - `issue_identifier` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
