Skip to content

GitLab 节点(GitLab node)#

使用 GitLab 节点在 GitLab 中自动化工作,并将 GitLab 与其他应用集成。n8n 内置支持多种 GitLab 功能,包括创建、更新、删除和编辑问题、仓库、发布和用户。

🌐 Use the GitLab node to automate work in GitLab, and integrate GitLab with other applications. n8n has built-in support for a wide range of GitLab features, including creating, updating, deleting, and editing issues, repositories, releases and users.

本页面列出了 GitLab 节点支持的操作列表以及更多资源的链接。

🌐 On this page, you'll find a list of operations the GitLab node supports and links to more resources.

凭证

请参阅 GitLab 凭据 以获取有关设置身份验证的指导。

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

操作(Operations)#

  • 文件
    • 创建
    • 删除
    • 编辑
    • 获取
    • 列表
  • 问题
    • 创建新问题
    • 对问题发表评论
    • 编辑问题
    • 获取单个问题的数据
    • 锁定问题
  • 发布
    • 创建新版本
    • 删除新版本
    • 获取新版本
    • 获取所有版本
    • 更新新版本
  • 存储库
    • 获取单个存储库的数据
    • 返回仓库中的问题
  • 用户
    • 返回用户的存储库

模板和示例(Templates and examples)#

Template widget placeholder.

有关该服务的更多信息,请参考GitLab文档

🌐 Refer to GitLab's documentation for more information about the service.

n8n 提供了一个用于 GitLab 的触发节点。您可以在这里找到触发节点文档。

🌐 n8n provides a trigger node for GitLab. You can find the trigger node docs here.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.