accelo_update_issue
Modify an existing Accelo issue by updating its title, status, priority, assignee, due date, or resolution details using the issue ID.
Instructions
Update an existing issue.
Args: id: Issue ID (required) title: New title description: New description status_id: New status ID (bypasses progressions) class_id: New class ID assignee: New assignee staff ID priority_id: New priority ID date_due: New due date (unix timestamp) resolution_detail: Resolution details fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| fields | No | ||
| assignee | No | ||
| class_id | No | ||
| date_due | No | ||
| status_id | No | ||
| description | No | ||
| priority_id | No | ||
| resolution_detail | No |