create_milestone
Create a milestone for a project by specifying a title and optional target date. Link to external systems if needed.
Instructions
Create a new milestone.
Args: project_id: UUID of the project title: Milestone title target_date: Target date for the milestone (ISO 8601 format) external_source: External system source name external_id: External system identifier
Returns: Created Milestone object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| project_id | Yes | ||
| external_id | No | ||
| target_date | No | ||
| external_source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | Yes | ||
| created_at | No | ||
| updated_at | No | ||
| external_id | No | ||
| target_date | No | ||
| external_source | No |