Sign in

Create task

documented

Create a new task in a project.

POST /api_v2/projects/{project_id}/tasks.jsonProjectsno implementation yet0 runs

Input

project_id*
Project ID
e.g. 1234
description*
Task description
Describe the task
priority
Priority
normal|critical|important|minor
status
Status
backlog|todo|doing|done|closed
requester_id
Requester user ID
Numeric user ID
requester_email
Requester email
user@example.com
tag_names
Tag names
Array of tags
assigned_to_id
Assignee user ID
Numeric user ID
assigned_to_email
Assignee email
assignee@example.com
external_id
External ID
External ID string
Calls bugherd as you (your API key is your account); keychains.dev holds the credentials.
Create task · bugherd · OpenIntegrations