Menu
⌘ K
Docs
Login
Manage tasks
project-management/tasks@1.1.0
1 provider
Create a new task in a project
List all tasks in a project
Read a task in a project
Update a task in a project
Delete a task in a project
Create a new task in a project
CreateTask
Input
project
title
description
parent
assignee
Result
Task Id
projects
title
description
parent
assignee
url
Integrate
List all tasks in a project
ListTasks
Input
Project Id
Result
Task Id
projects
title
description
parent
assignee
url
Integrate
Read a task in a project
ReadTask
Input
Task Id
Result
Task Id
projects
title
description
parent
assignee
url
Integrate
Update a task in a project
UpdateTask
Input
Task Id
title
description
projects
parent
assignee
Result
Task Id
projects
title
description
parent
assignee
url
Integrate
Delete a task in a project
DeleteTask
Input
Task Id
Integrate