---
title: "Create issue (External)"
method: POST
path: "/workspaces/{workspaceId}/issues/external"
tags: ["external", "Issues"]
---

# Create issue (External)

`POST /workspaces/{workspaceId}/issues/external`

Creates a new issue in the specified workspace using external API key authentication

## Path parameters

- `workspaceId` integer, required

## Query parameters

- `api_key` string

## Headers

- `X-API-KEY` string

## Request body

- CreateIssueRequest
  - `title` string, required
  - `description` string, required
  - `assignedUserId` integer

## Response `201`

Issue created successfully

## Other responses

- `401` — Unauthorized

---

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