create_milestone
Add a milestone to a project board to track progress and deadlines. Use plain text for the summary, then add detailed content separately.
Instructions
Create a new milestone in a board. The description field is a short plain-text summary (NOT Markdown). To add rich document content, use edit_document_content after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| boardId | Yes | ||
| description | No | Short plain-text description of the milestone (metadata, not document content). Do NOT put Markdown here. To add rich document content, use edit_document_content tool after creation. | |
| dueStart | No | ||
| dueEnd | No |