Gitea 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 Gitea repository in Zoho Projects.
You must copy the Service Hook URL in Zoho Projects to map the specific project with Gitea. Navigate to
> Developer Space > Service Hooks. Copy service hook URL from Gitea Integration and paste it in Gitea.
![](https://help.zoho.com/galleryDocuments/edbsn77bbc8de7aa9b4712ff5824ca4b9be7b50a0fffe3255b5debb244041fcbb5304762e3c92311b2aeb1a491cc3b48588e7?inline=true)
Set Webhook in Gitea
- Login to Gitea.
- Select the desired project.
- Click Settings and click Webhooks from the top panel.
- Click Add Webhook and select Gitea.
- Paste the URL and click Add Webhook.
Edit Source Commits in Gitea
- Login to Gitea.
- Navigate to the desired project.
- Select the source file to edit.
- Click Edit to modify the source file.
- Modify details under Commit Changes if necessary.
- Click Commit Changes.
View Changesets in Zoho Projects
- Navigate to a project.
- Click Issues.
- Click
in the top right corner and then click Changesets.
- If you specify a Issue ID while committing changes in Gitea, 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.