---
title: "Set issue status"
method: PATCH
path: "/issues/{issue_id}"
tags: ["Issues"]
---

# Set issue status

`PATCH /issues/{issue_id}`

Update issue lifecycle status. Resolved and dismissed close the issue and append close feedback; in_progress marks active work.

## Path parameters

- `issue_id` string, required

## Request body

- object
  - `status` 'open' | 'in_progress' | 'resolved' | 'dismissed', required
  - `reason` 'False positive' | 'Working as intended' | 'Test or synthetic traffic' | 'Acceptable edge case' | 'Known limitation' | 'Out of scope' — Accepted values: False positive, Working as intended, Test or synthetic traffic, Acceptable edge case, Known limitation, Out of scope
  - `detail` string

## Response `204`

Issue status updated

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.dev/uselemma/apis/lemma-platform-api.md) · [All operations](https://skmtc.dev/uselemma/apis/lemma-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uselemma/lemma-platform-api/revisions/5242165d7015/schema)
