accelo_create_task
Create a new Accelo task on a job, milestone, or issue with title, start date, assignee, due date, and priority to track work items.
Instructions
Create a new task.
Args: title: Task title (required) against_type: Object type (required) — e.g. job, milestone, issue against_id: Object ID (required) date_started: Start date as unix timestamp (required) description: Task description assignee_id: Staff ID to assign manager_id: Staff ID for manager date_due: Due date (unix timestamp) priority_id: Priority ID status_id: Initial status ID remaining: Budgeted time remaining in seconds fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| fields | No | ||
| date_due | No | ||
| remaining | No | ||
| status_id | No | ||
| against_id | Yes | ||
| manager_id | No | ||
| assignee_id | No | ||
| description | No | ||
| priority_id | No | ||
| against_type | Yes | ||
| date_started | Yes |