- Automatically create issues in GitLab for new tasks or bugs.
- Add comments to existing issues to keep track of discussions.
- Edit issue details to update project information.
- Manage releases by creating, updating, and deleting them as needed.
- Retrieve user repositories for better project organization.
Starts the workflow by triggering the GitLab node to fetch repository details. Creates a new issue with a title and description based on the current date. Adds comments to the newly created issue for better context. Edits the issue to update its description as necessary. Locks the issue to prevent further changes if required. Creates a new release with a specified tag and name. Retrieves and manages existing releases for updates or deletions.
- 1Import the workflow into your n8n instance.
- 2Connect your GitLab account by setting up the GitLab token credentials.
- 3Adjust the repository name and owner parameters as needed.
- 4Test the workflow to ensure all nodes are functioning correctly.