cURL
curl --request POST \ --url https://api.plane.so/api/v1/workspaces/{workspace_slug}/projects/{project_id}/intake-issues/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "issue": { "name": "<string>" } } '
Creates a new intake work item in a project.
https://app.plane.so/my-team/projects/
my-team