Files
2026-03-31 00:01:59 +00:00

1.1 KiB

Milestone

Properties

Name Type Description Notes
closedAt Date [optional]
closedIssues Long ClosedIssues is the number of closed issues in this milestone [optional]
createdAt Date [optional]
description String Description provides details about the milestone [optional]
dueOn Date [optional]
id Long ID is the unique identifier for the milestone [optional]
openIssues Long OpenIssues is the number of open issues in this milestone [optional]
state StateEnum State indicates if the milestone is open or closed open StateOpen StateOpen pr is opened closed StateClosed StateClosed pr is closed [optional]
title String Title is the title of the milestone [optional]
updatedAt Date [optional]

Enum: StateEnum

Name Value
OPEN "open"
CLOSED "closed"