Create Task
documentedCreate a new task within a project.
POST /api/data/projects/{projectId}/tasksTaskno implementation yet0 runsInput
projectId*
Project ID
Unique project identifier (UUID)
title*
Task Name
Name of the task
description
Task Description
Optional description
plannedStartDate
Planned Start Date
YYYY-MM-DD
plannedFinishDate
Planned Finish Date
YYYY-MM-DD
assignees
Assignees
JSON array of user IDs
percentComplete
Percent Complete
0-100
Calls ProjectManager as you (your API key is your account); keychains.dev holds the credentials.