
If you specify a Issue ID while committing changes in Gitea, the commit message will be linked to that particular issue in Zoho Projects automatically.
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.