Assign issue
assign_issueSet a Jira issue's assignee to a user using account ID (Cloud) or username (Data Center). Leave the user field empty to unassign the issue.
Instructions
Assign (or unassign, with an empty value) an issue to a user. Uses PUT /issue/{key}/assignee with accountId on v3 and name on v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Username (Data Center) or name | |
| issueKey | Yes | Issue key, e.g. PROJ-123 | |
| accountId | No | Account ID (Jira Cloud) |