Overview
Milestones help teams group work items around important dates, releases, and delivery checkpoints inside a project.
The Milestone Object
Attributes
idstringId.
titlestringTitle.
target_datestringTarget date.
external_idstringExternal id.
external_sourcestringExternal source.
created_atstringCreated at.
updated_atstringUpdated at.
Response200
json
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "Example Name",
"target_date": "2024-01-01",
"external_id": "550e8400-e29b-41d4-a716-446655440000",
"external_source": "github",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}
