release_update
Update an existing release to modify its name, description, status, or target date. Keep release details accurate and aligned with project progress.
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 |