update_version_milestone
Update an existing version milestone by specifying its ID and new details such as name, dates, or archive status.
Instructions
Updates an existing version milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Version ID | |
| name | Yes | Version name | |
| archived | No | Archive status of the version | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| startDate | No | Start date | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| description | No | Updates an existing version milestone | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. | |
| releaseDueDate | No | Release due date |