assign_issue
Assign a Jira issue to a user by their account ID, or unassign by passing an empty account ID. Find the correct account ID using the user search tool.
Instructions
Assign a Jira issue to a user by their account ID. Use search_users to find a user's account ID. Pass an empty accountId to unassign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Issue key, e.g. PROJ-123 | |
| accountId | Yes | Jira account ID of the assignee, or empty string to unassign |