Skip to main content

GitHub Integration

Link Leiga work items with GitHub code repositories to make cross-team collaboration easier than ever.

>>How to Configure GitHub Integration

Once integrated, you and your team will be able to:

  • View GitHub code commit and merge request records in Leiga issue details.
  • Create a GitHub branch and merge requests from Leiga.
  • See development performance and code commits reports in Dashboard widgets.
  • Add Automation that uses Git Push as triggers to automate the development collaboration process.

Connect GitHub to Leiga Work​

View code commits and merge request records in Leiga​

Adding the Leiga work ID to the commit message, the activities will be synced between GitHub and Leiga work.

Expand the GitHub on Leiga work details-"Plug-ins" page to see your code merge request and commit history.

Create branches and merge requests in Leiga​

In addition to viewing commits and merge requests, you can also create GitHub branches and merge requests directly from the issue details.

See development information with dashboard widgets​

Leiga's dashboard provides a rich set of widgets to get statistics on your team's work development after you have completed setting up Git integration.

  • Commit Efficiency: By counting the code submission frequency, you can understand the performance of the developer.
  • Merge Time Report: Observe the duration distribution of Merge requests for review and problem detection.
  • Merge Request Statistics: By counting the Merge request frequency, you can observe the performance of the R&D team in the period.

Automate development collaboration process​

Add Automation to eliminate information lag in cross-team collaboration by using Git Push as triggers.

Common rules​

💡 When a Git commit is created for a {Pending} defect, then change its status to {Fixing}

💡 When a Git commit is created in a {defect} with {fix} in the commit message, then change its status to {pending}