accelo_create_issue
Create a new Accelo issue or ticket linked to a company, job, or other object, setting title, type, assignee, priority, status, and due dates.
Instructions
Create a new issue (ticket).
Args: title: Issue title (required) type_id: Issue type ID (required) against_type: Object type (required) — e.g. company, job against_id: Object ID (required) description: Issue description status_id: Initial status ID class_id: Issue class ID assignee: Staff ID to assign priority_id: Priority ID affiliation_id: Affiliation ID date_started: Start date (unix timestamp) date_due: Due date (unix timestamp) fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| fields | No | ||
| type_id | Yes | ||
| assignee | No | ||
| class_id | No | ||
| date_due | No | ||
| status_id | No | ||
| against_id | Yes | ||
| description | No | ||
| priority_id | No | ||
| against_type | Yes | ||
| date_started | No | ||
| affiliation_id | No |