milestone_update
Update a milestone's mutable fields—description, target date, or state—while keeping its ID and kind unchanged.
Instructions
Update mutable fields of a milestone. id and kind are immutable.
Args:
id: Milestone slug.
description: New description (or None to skip).
target_date: New ISO target date (or None to skip).
state: New state (open / closing / shipped / archived).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| state | No | ||
| description | No | ||
| target_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||