---
title: "Create new issue"
method: POST
path: "/issues"
tags: ["Issues"]
---

# Create new issue

`POST /issues`

Create a new issue for a project

## Request body

- object
  - `project_id` integer, required
  - `title` string, required
  - `description` string
  - `category` string
  - `field_path` string
  - `severity` string
  - `current_metadata` object
  - `suggested_metadata` object
  - `source` string

## Response `201`

Issue created successfully

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/worldbank/apis/metadata-editor-api.md) · [All operations](https://skmtc.net/worldbank/apis/metadata-editor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldbank/metadata-editor-api/revisions/f4c8258bab5a/schema)
