Gitlab Integration | Online Help | Zoho Projects

Gitlab Integration

Gitlab integration allows you to host your repositories, see source commits, and make code changes. And so, now you can view all the changes made in your Gitlab repository in Zoho Projects.

You must copy the Service Hook URL in Zoho Projects to map the specific project with Gitlab. Navigate to  > Developer Space > Service Hooks. Copy webhook URL from Gitlab Integration and paste it in Gitlab.

Set Webhook in Gitlab

  1. Login to Gitlab.
  2. Select the desired project.
  3. Click Settings and click Integrations from the left panel.
  4. Paste the webhook URL and click Add Webhook.

Edit Source Commits in Gitlab

  1. Login to Gitlab.
  2. Navigate to the desired project.
  3. Select the source file to edit.
  4. Click Edit to modify the source file.
  5. Modify details and click Commit Changes.

View Changesets in Zoho Projects

  1. Navigate to a project.
  2. Click Issues
  3. Click  in the top right corner and then click Changesets.

  • If you specify a Issue ID while committing changes in Gitlab, the commit message automatically gets linked to that particular issue in Zoho Projects.
  • Syntax: [#ISSUEID] followed by commit message.
  • Example: [#EPI19] fixed the memory leak issue. This will associate the changeset for the issue with ID EPI19.
  • To associate more than one issue, provide the ISSUE IDs separated by comma.
    Example: [#EPI19,#EPI20] changed the DB name.

See Also

Gitea integration
Github integration
Bitbucket integration