release_update
Modify release details such as name, description, status, or target date to keep project milestones accurate and up to date.
Instructions
Update an existing release. Use this to change the release name, description, status, or target date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The release ID to update | |
| name | No | New release name | |
| status | No | New status (e.g., "planned", "in_progress", "released", "cancelled") | |
| targetDate | No | New target date (ISO 8601 format) | |
| description | No | New description |