linear_createRoadmap
Create a new roadmap in Linear to organize and track work. Specify name, color, owner, sort order, and description.
Instructions
Create a new roadmap in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the roadmap | |
| color | No | The roadmap color | |
| ownerId | No | The ID of the roadmap owner | |
| sortOrder | No | The sort order of the roadmap within the organization | |
| description | No | The description of the roadmap |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| color | No | ||
| owner | No | ||
| slugId | No | ||
| creator | No | ||
| projects | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| description | No |