Code Commits and Changesets in Zoho Projects
Software development is a never ending process. Sometimes code is written for a new feature or to modify an existing feature or to deal with a bug. To handle numerous lines of code and their multiple versions, GitHub and Bitbucket provide a repository to store your code.
The Bitbucket and GitHub integration lets you view your source commits from within Zoho Projects itself. This feature is available to our Premium and Enterprise users
The Workflow
You will have to set up a service hook for Zoho Projects in your repository. Whenever you commit a code in your repository in GitHub or Bitbucket, the Changesets are reflected in Zoho Projects.
The Information
The changeset shows you information pertaining to the developer, the files modified, added or deleted, timestamp and the commit message.
The Association
While committing a change/file to the repository, you can add the bug ID along with the commit message. The changeset is associated with the bug. You can specify multiple bug IDs in the below format.
[#BugID1, #BugID2] <commit message>
You can now view the changesets in your Bug Details page.
Please refer to our help guide for more information on viewing changesets and setting up integration with
Bitbucket and
GitHub.
Regards,
Chaitanya