Skip to main content
The Projects API allows you to create and manage projects for organizing work.

Overview

Projects help you organize related issues around a goal or theme. Unlike cycles (time-boxed), projects are goal-oriented and can span multiple cycles.

Endpoints

All project endpoints are available via tRPC at api.projects.*

List Projects

Example:

Get Project

Example:

Create Project

Example:

Update Project

Example:

Delete Project

Get Project Progress

Example:

Get Project Issues

Complete Project

Marks the project as completed and sets completedAt timestamp.

Types

Project

Project Status

CLI Usage

See Also