Create intake work item
POST/api/v1/workspaces/:slug/projects/:project_id/intake-issues/
Submit a new work item to the project's intake queue for review and triage. Automatically creates the work item with default triage state and tracks activity.
Request
Responses
- 201
- 400
- 401
- 403
- 404
Intake work item created
Invalid request data provided
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.