linear_createDocument
Create a new Linear document with markdown content, and optionally associate it with teams, projects, cycles, issues, or initiatives.
Instructions
Create a new Linear document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Icon for the document | |
| color | No | Icon color for the document | |
| title | Yes | Document title | |
| teamId | No | Optional team associated with the document | |
| content | No | Markdown content for the document | |
| cycleId | No | Optional cycle associated with the document | |
| issueId | No | Optional issue associated with the document | |
| projectId | No | Optional project associated with the document | |
| releaseId | No | Optional release associated with the document | |
| sortOrder | No | Optional sort order in the resources list | |
| initiativeId | No | Optional initiative associated with the document | |
| resourceFolderId | No | Optional resource folder containing the document | |
| lastAppliedTemplateId | No | Optional template last applied to the document |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| icon | No | ||
| team | No | ||
| color | No | ||
| cycle | No | ||
| issue | No | ||
| title | No | ||
| slugId | No | ||
| content | No | ||
| creator | No | ||
| project | No | ||
| release | No | ||
| trashed | No | ||
| hiddenAt | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No | ||
| updatedBy | No | ||
| archivedAt | No | ||
| initiative | No | ||
| resourceFolderId | No | ||
| documentContentId | No | ||
| lastAppliedTemplate | No |