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