Skip to content

Linear 节点#

使用 Linear 节点可以在 Linear 中实现工作自动化,并将 Linear 与其他应用程序集成。n8n 内置支持多种 Linear 功能,包括创建、更新、删除和获取问题等。

本页面列出了 Linear 节点支持的操作,并提供了更多资源的链接。

凭据

有关设置身份验证的指导,请参考 Linear 凭据

操作#

  • 问题
    • 创建
    • 删除
    • 获取
    • 获取全部
    • 更新

模板和示例#

Customer Support Channel and Ticketing System with Slack and Linear

by Jimleuk

View template details
Visual Regression Testing with Apify and AI Vision Model

by Jimleuk

View template details
Send alert when data is created in app/database

by n8n Team

View template details
Browse Linear integration templates, or search all templates

当操作不受支持时的解决方案#

如果当前节点不支持您想要执行的操作,可以使用 HTTP Request 节点 调用该服务的 API。

您可以在 HTTP Request 节点中使用为该服务创建的凭证:

  1. 在 HTTP Request 节点中,选择 Authentication > Predefined Credential Type
  2. 选择您想要连接的服务。
  3. 选择您的凭证。

更多信息请参考 自定义 API 操作