API Tasks
Get, list, create and manage tasks across projects and spaces
| Endpoint | Method | Type | Path |
|---|---|---|---|
| create | POST | mutation | /api/external/v1/tasks/create |
| delete | POST | mutation | /api/external/v1/tasks/delete |
| get | GET | query | /api/external/v1/tasks/get |
| list | GET | query | /api/external/v1/tasks/list |
| list_potential_assignees | GET | query | /api/external/v1/tasks/list_potential_assignees |
| move | POST | mutation | /api/external/v1/tasks/move |
| update_assignee | POST | mutation | /api/external/v1/tasks/update_assignee |
| update_description | POST | mutation | /api/external/v1/tasks/update_description |
| update_due_date | POST | mutation | /api/external/v1/tasks/update_due_date |
| update_milestone | POST | mutation | /api/external/v1/tasks/update_milestone |
| update_milestone_and_ordering | POST | mutation | /api/external/v1/tasks/update_milestone_and_ordering |
| update_name | POST | mutation | /api/external/v1/tasks/update_name |
| update_status | POST | mutation | /api/external/v1/tasks/update_status |