タスクを作成します。
https://<space_id>.repsona.com/api/project/:projectId/task
Owner Admin Member
| Name | Type | Description |
|---|---|---|
projectId* | string | プロジェクトID |
| Name | Type | Description |
|---|---|---|
name* | string | 名前 |
| description | string | 内容 |
| startDate | number | 開始日時 |
| dueDate | number | 期限 |
| status | number | ステータスID |
| tags | array | タグID |
| priority | enum (1, 2, 3) | 優先順 |
| milestone | number | マイルストーンID |
| parent | number | 親タスクID |
| addToBottom | boolean | 一番下に追加するかどうか |
| responsibleUser | number | 担当者 |
| ballHoldingUser | number | ボール保持者 |
{
"requestedBy": 1,
"project": 1,
"task": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "Task name",
"sortOrder": 0,
"priority": 2,
"planned": null,
"actual": null,
"description": "Task Description",
"dueDate": 1672498800000,
"startDate": 1672498800000,
"space": 1,
"status": 1,
"parent": null,
"project": 1,
"milestone": 1,
"responsibleUser": 1,
"ballHoldingUser": 1,
"addToBottom": false
}
}