wetrack_update_ticket
Update specific fields of an existing ticket by ID, including title, status, priority, assignees, tags, due date, or sprint, while leaving unprovided fields unchanged. Fix outdated ticket information directly in WeTrack.
Instructions
Update a ticket's fields. Only fields you provide are changed.
Args: ticket_id: UUID of the ticket to update. title: New title. description: New rich HTML description. request_status_id: New status ID. request_priority_id: New priority ID. assignees: New list of assignee user UUIDs (replaces all existing assignees). summary: New short summary. story_points: New story points (positive integer). bug_type: New bug category. tags: New tag list (replaces existing). end_date: New due date (ISO datetime). parent_id: Reassign to a different parent EPIC. sprint_id: Move to a different sprint UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| summary | No | ||
| bug_type | No | ||
| end_date | No | ||
| assignees | No | ||
| parent_id | No | ||
| sprint_id | No | ||
| ticket_id | Yes | ||
| description | No | ||
| story_points | No | ||
| request_status_id | No | ||
| request_priority_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |