update_ticket_fields
Update any field of a Jira ticket including estimate, story points, labels, assignee, priority, due date, and custom fields.
Instructions
Update fields of a Jira ticket (e.g., original estimate, story points, labels, assignee, priority, due date, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The Jira ticket ID (e.g., PROJECT-123) | |
| originalEstimate | No | Original estimate in Jira time format (e.g., '1d', '2h', '1w 2d 3h', '30m') | |
| remainingEstimate | No | Remaining estimate in Jira time format | |
| storyPoints | No | Story points (numeric value) | |
| labels | No | Array of labels to set | |
| summary | No | Ticket summary | |
| description | No | Ticket description | |
| assignee | No | Assignee email, accountId, or username. Use 'null' to unassign | |
| reporter | No | Reporter email, accountId, or username | |
| priority | No | Priority name (e.g., 'Urgent', 'High', 'Medium', 'Normal', 'Low', 'Lowest', 'Unprioritized') | |
| dueDate | No | Due date in ISO format (YYYY-MM-DD) or 'null' to remove | |
| customFields | No | Custom fields as key-value pairs where key is field ID (e.g., 'customfield_10000': 'value') |