update_intake_work_item
Update an existing intake work item by providing its project, work item ID, and modified data dictionary.
Instructions
Update an intake work item by work item ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| work_item_id | Yes | UUID of the work item (use the issue field from IntakeWorkItem response, not the intake work item ID) | |
| data | Yes | Updated intake work item data as a dictionary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| issue_detail | No | ||
| inbox | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| status | No | ||
| snoozed_till | No | ||
| source | No | ||
| source_email | No | ||
| external_source | No | ||
| external_id | No | ||
| extra | No | ||
| created_by | No | ||
| updated_by | No | ||
| project | No | ||
| workspace | No | ||
| intake | No | ||
| issue | No | ||
| duplicate_to | No |