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.
Credentials
请参阅 GitLab 凭据 以了解有关设置身份验证的指导。
¥Refer to GitLab credentials for guidance on setting up authentication.
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
- 文件
¥File
-
创建
¥Create
-
删除
¥Delete
-
编辑
¥Edit
-
获取
¥Get
-
列表
¥List
-
问题
¥Issue
-
创建新问题
¥Create a new issue
-
对问题发表评论
¥Create a new comment on an issue
-
编辑问题
¥Edit an issue
-
获取单个问题的数据
¥Get the data of a single issue
-
锁定问题
¥Lock an issue
-
发布
¥Release
-
创建新版本
¥Create a new release
-
删除新版本
¥Delete a new release
-
获取新版本
¥Get a new release
-
获取所有版本
¥Get all releases
-
更新新版本
¥Update a new release
-
存储库
¥Repository
-
获取单个存储库的数据
¥Get the data of a single repository
-
返回仓库中的问题
¥Returns issues of a repository
-
用户
¥User
-
返回用户的存储库
¥Returns the repositories of a user
模板和示例#
¥Templates and examples
相关资源#
¥Related resources
有关服务的更多信息,请参阅 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:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.