assign_ticket
Assign a Jira ticket to a specific user by providing the ticket ID and assignee details. Supports email, accountId, username, or '-1' for default assignee and 'null' to unassign.
Instructions
Assign a Jira ticket to a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The Jira ticket ID (e.g., PROJECT-123) | |
| assignee | Yes | The email, accountId, or username of the user to assign the ticket to. Use '-1' to assign to default assignee, 'null' to unassign |