API Reference
- Introduction
- Project
- State
- Label
- Link
- Issue
- Issue activity
- Issue comment
- Issue types
- Issue properties
- Issue property options
- Issue property values
- Issue attachments
- Module
- Module issue
- Cycle
- Cycle issue
- Intake issue
- Worklogs
- Members
Issue
Add issue
Adds an issue to a project
POST
/
api
/
v1
/
workspaces
/
{workspace-slug}
/
projects
/
{project_id}
/
issues
curl --request POST \
--url https://api.plane.so/api/v1/workspaces/{workspace-slug}/projects/{project_id}/issues/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>"
}'
curl --request POST \
--url https://api.plane.so/api/v1/workspaces/{workspace-slug}/projects/{project_id}/issues/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>"
}'
Assistant
Responses are generated using AI and may contain mistakes.