tocaro_create_task
Create a new task under a specified Tocaro project. Provide the project code and title, then optionally set status, priority, assignees, or description to add it to your todo list.
Instructions
ToDoリスト(project)配下に新しいタスクを作成する。
project('tr' + 9文字のプロジェクトコード)は必須で、タスクは必ず project 配下に 作成する。project コードが不明な場合は先に tocaro_list_todo_lists で取得すること。 assignees には担当者のユーザーコード('us' + 8文字)のリストを指定する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | unstart | |
| project | Yes | ||
| priority | No | low | |
| assignees | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||