Streamline your project and issue tracking
@trigger.dev/linear
package.
You can do this using npm, pnpm, or yarn:
serializeLinearOutput
helper instead of returning raw Linear SDK responses:
getAll
helper exposed on the integration (recommended!)PaginationOrderBy
enum.
Function Name | Description |
---|---|
onAttachment | When any action is performed on an attachment. |
onAttachmentCreated | When an attachment is created. |
onAttachmentRemoved | When an attachment is removed. |
onAttachmentUpdated | When an attachment is updated. |
Function Name | Description |
---|---|
onComment | When any action is performed on an comment. |
onCommentCreated | When an comment is created. |
onCommentRemoved | When an comment is removed. |
onCommentUpdated | When an comment is updated. |
Function Name | Description |
---|---|
onCycle | When any action is performed on an cycle. |
onCycleCreated | When an cycle is created. |
onCycleRemoved | When an cycle is removed. |
onCycleUpdated | When an cycle is updated. |
Function Name | Description |
---|---|
onIssue | When any action is performed on an issue. |
onIssueCreated | When an issue is created. |
onIssueRemoved | When an issue is removed. |
onIssueUpdated | When an issue is updated. |
Function Name | Description |
---|---|
onIssueLabel | When any action is performed on an issue label. |
onIssueLabelCreated | When an issue label is created. |
onIssueLabelRemoved | When an issue label is removed. |
onIssueLabelUpdated | When an issue label is updated. |
Function Name | Description |
---|---|
onIssueSLA | When any action is performed on an issue SLA. |
onIssueSLASet | When an issue SLA is set. |
onIssueSLABreached | When an issue SLA is breached. |
onIssueSLAHighRisk | When an issue SLA is high risk. |
Function Name | Description |
---|---|
onProject | When any action is performed on an project. |
onProjectCreated | When an project is created. |
onProjectRemoved | When an project is removed. |
onProjectUpdated | When an project is updated. |
Function Name | Description |
---|---|
onProjectUpdate | When any action is performed on an project update. |
onProjectUpdateCreated | When an project update is created. |
onProjectUpdateRemoved | When an project update is removed. |
onProjectUpdateUpdated | When an project update is updated. |
Function Name | Description |
---|---|
onReaction | When any action is performed on an reaction. |
onReactionCreated | When an reaction is created. |
onReactionRemoved | When an reaction is removed. |
onReactionUpdated | When an reaction is updated. |
Function Name | Description |
---|---|
attachment | Gets an attachment. |
attachments | Gets multiple attachments. |
createAttachment | Creates an attachment. |
deleteAttachment | Deletes an attachment. |
updateAttachment | Updates an attachment. |
Function Name | Description |
---|---|
attachmentLinkFront | Links a Front conversation to an issue. |
attachmentLinkIntercom | Links a Intercom conversation to an issue. |
attachmentLinkJiraIssue | Links a Jira issue to an issue. |
attachmentLinkSlack | Links a Slack message to an issue. |
attachmentLinkURL | Links any URL to an issue. |
attachmentLinkZendesk | Links a Zendesk ticket to an issue. |
Function Name | Description |
---|---|
comment | Gets a comment. |
comments | Gets multiple comments. |
createComment | Creates a comment. |
deleteComment | Deletes a comment. |
updateComment | Updates a comment. |
Function Name | Description |
---|---|
archiveCycle | Archives a cycle. |
createCycle | Creates a cycle. |
updateCycle | Updates a cycle. |
Function Name | Description |
---|---|
document | Gets a document. |
documents | Gets multiple documents. |
createDocument | Creates a document. |
searchDocuments | Searches documents. |
Function Name | Description |
---|---|
favorite | Gets a favorite. |
favorites | Gets multiple favorites. |
createFavorite | Creates a favorite. |
Function Name | Description |
---|---|
issue | Gets an issue. |
issues | Gets multiple issues. |
archiveIssue | Archives an issue. |
createIssue | Creates an issue. |
deleteIssue | Deletes an issue. |
searchIssues | Searches issues. |
updateIssue | Updates an issue. |
Function Name | Description |
---|---|
issueLabel | Gets an issue label. |
issueLabels | Gets multiple issue labels. |
createIssueLabel | Creates an issue label. |
deleteIssueLabel | Deletes an issue label. |
updateIssueLabel | Updates an issue label. |
Function Name | Description |
---|---|
issueRelation | Gets an issue relation. |
issueRelations | Gets multiple issue relations. |
createIssueRelation | Creates an issue relation. |
Function Name | Description |
---|---|
notification | Gets a notification. |
notifications | Gets multiple notifications. |
archiveNotification | Archives a notification. |
createNotificationSubscription | Creates a notification subscription. |
Function Name | Description |
---|---|
organization | Gets the viewer’s organization. |
createOrganizationFromOnboarding | Creates an organization. |
createOrganizationInvite | Creates an organization invite. |
Function Name | Description |
---|---|
project | Gets a project. |
projects | Gets multiple projects. |
archiveProject | Archives a project. |
createProject | Creates a project. |
deleteProject | Deletes a project. |
searchProjects | Searches projects. |
updateProject | Updates a project. |
Function Name | Description |
---|---|
projectLink | Gets a project link. |
projectLinks | Gets multiple project links. |
createProjectLink | Creates a project link. |
Function Name | Description |
---|---|
projectUpdate | Gets a project update. |
projectUpdates | Gets multiple project updates. |
createProjectUpdate | Creates a project update. |
deleteProjectUpdate | Deletes a project update. |
updateProjectUpdate | Updates a project update. |
Function Name | Description |
---|---|
createReaction | Creates a reaction. |
deleteReaction | Deletes a reaction. |
Function Name | Description |
---|---|
archiveRoadmap | Archives a roadmap. |
createRoadmap | Creates a roadmap. |
Function Name | Description |
---|---|
team | Gets a team. |
teams | Gets multiple teams. |
createTeam | Creates a team. |
Function Name | Description |
---|---|
teamMembership | Gets a team membership. |
teamMemberships | Gets multiple team memberships. |
createTeamMembership | Creates a team membership. |
Function Name | Description |
---|---|
template | Gets a template. |
templates | Gets multiple templates. |
Function Name | Description |
---|---|
user | Gets a user. |
users | Gets multiple users. |
updateUser | Updates a user. |
Function Name | Description |
---|---|
webhook | Gets a webhook. |
webhooks | Gets multiple webhooks. |
createWebhook | Creates a webhook. |
deleteWebhook | Deletes a webhook. |
updateWebhook | Updates a webhook. |
Function Name | Description |
---|---|
workflowState | Gets a workflow state. |
workflowStates | Gets multiple workflow states. |
archiveWorkflowState | Archives a workflow state. |
createWorkflowState | Creates a workflow state. |
Function Name | Description |
---|---|
createProjectMilestone | Creates a project milestone. |
issuePriorityValues | Gets issue priority values and labels. |
viewer | Gets the currently authenticated user. |