---
title: "POST /v1/{+parent}/issues"
method: POST
path: "/v1/{+parent}/issues"
tags: ["projects"]
---

# POST /v1/{+parent}/issues

`POST /v1/{+parent}/issues`

Creates an issue.

## Path parameters

- `parent` string, required

## Request body

- Issue — Metadata of an Issue.
  - `updateTime` string, google-datetime — Output only. Last updated timestamp.
  - `etag` string — Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
  - `name` string — Identifier. Unique identifier for an issue. The issue id is generated by the server. Format: `projects/{project}/locations/{location}/repositories/{repository}/issues/{issue_id}`
  - `state` 'STATE_UNSPECIFIED' | 'OPEN' | 'CLOSED' — Output only. State of the issue.
  - `body` string — Optional. Issue body. Provides a detailed description of the issue.
  - `title` string — Required. Issue title.
  - `createTime` string, google-datetime — Output only. Creation timestamp.
  - `closeTime` string, google-datetime — Output only. Close timestamp (if closed). Cleared when is re-opened.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/securesourcemanager.md) · [All operations](https://skmtc.net/google/apis/securesourcemanager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/securesourcemanager/versions/4c9890b46a17/schema)
