Skip to content

Overview

Milestones help teams group work items around important dates, releases, and delivery checkpoints inside a project.

Learn more about Projects

The Milestone Object

Attributes

  • id string

    Id.

  • title string

    Title.

  • target_date string

    Target date.

  • external_id string

    External id.

  • external_source string

    External source.

  • created_at string

    Created at.

  • updated_at string

    Updated 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"
}