Forgejo · Example Payload

Milestone Example

Milestone milestone is a collection of issues on one repository

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Milestone Example is an example object payload from Forgejo, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionexample

Example Payload

Raw ↑
{
  "title": "Forgejo Milestone Example",
  "description": "Milestone milestone is a collection of issues on one repository",
  "example": {
    "closed_at": "2024-01-15T12:00:00Z",
    "closed_issues": 1,
    "created_at": "2024-01-15T12:00:00Z",
    "description": "string",
    "due_on": "2024-01-15T12:00:00Z",
    "id": 1,
    "open_issues": 1,
    "state": "string",
    "title": "string",
    "updated_at": "2024-01-15T12:00:00Z"
  }
}