manage_work_item_assignee
Manage work item assignees by adding or removing a single user without affecting other assignees.
Instructions
Add or remove a single assignee on a work item without replacing the full list.
Provide add_user_id, remove_user_id, or both. If both are given the removal is applied first, then the addition. Already-assigned users in add_user_id are silently skipped.
Args: project_id: UUID of the project work_item_id: UUID of the work item add_user_id: UUID of the user to add as assignee remove_user_id: UUID of the user to remove from assignees
Returns: Updated WorkItem object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| add_user_id | No | ||
| work_item_id | Yes | ||
| remove_user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| type | No | ||
| point | No | ||
| state | No | ||
| parent | No | ||
| project | No | ||
| type_id | No | ||
| is_draft | No | ||
| priority | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| sort_order | No | ||
| start_date | No | ||
| updated_at | No | ||
| updated_by | No | ||
| archived_at | No | ||
| external_id | No | ||
| sequence_id | No | ||
| target_date | No | ||
| completed_at | No | ||
| estimate_point | No | ||
| external_source | No | ||
| description_html | No | ||
| description_binary | No | ||
| description_stripped | No |