assign_user
Assign a user to a Jira issue with issue key and account ID; set account ID to null or 'unassigned' to remove the current assignee.
Instructions
Assign a user to an issue or unassign the current user. Provide the issue key and the account ID of the user to assign. To unassign, use accountId: null or accountId: "unassigned". The assignee must have access to the issue's project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Issue key (e.g., "PROJ-123"). REQUIRED. | |
| accountId | Yes | Atlassian Account ID of the user to assign. Use null or "unassigned" to unassign. REQUIRED. |