assign_ticket
Assign a Jira ticket to a specific user using their account ID and issue key. Resolves unassigned tickets by linking the correct assignee.
Instructions
Assign a ticket on Jira on the api /rest/api/3/issue/{issueIdOrKey}/assignee. Do not use markdown in your query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The account id of the assignee | |
| issueIdOrKey | Yes | The issue id or key |