Leiga
  • About Leiga
  • 🎯Quick Start
    • For Everyone
    • For Developers
    • For Project Managers
    • For Product Owners
    • For Admins
  • ✨AI FEATURES
    • AI Assistant
    • Generate Subtasks
    • Summarize Comments
    • Screen Recording
  • 💡Projects
    • Create and Manage Projects
      • Create a Project
      • Custom Templates
      • Manage Projects
    • Create Work
      • Tags
      • Dependency
      • Subtasks
      • Attachment & Comments
      • Use Markdown Syntax to format rich text
    • Screen Recording
    • Project Board
      • Sprint Tracking
      • Kanban
      • Share Your Project Board
      • Save Kanban to Dashboard
    • Backlog
    • Work Table
      • Update Work Items
      • Hierarchical Tree View
      • Filter Work Items
      • Multi-Level Sorting
      • Column Settings
      • Import Work Items
        • Import Comments
      • Export Work Items
    • Epic
    • Project Overview
    • Workload Estimates
    • Jenkins Deployment
    • Automation
      • Add Automation
      • Manage Automation
      • Automation Recommend
        • General
        • For the development process
        • Bug Tracking
        • Cross-Project Collaboration
        • DevOps
    • Project Settings
      • Project Members
        • Project Collaborator
      • Work Type
        • Custom Fields
      • Workflow
      • Features
      • Automation
      • Webhook
        • Webhook Custom Template Overview
        • Webhook Custom Template Variables
      • Audit Logs
        • Automation Usage
        • External-Sharing Logs
      • Tags
    • Notifications
    • Global Search and Hotkeys
  • 🖇️Cross Project
    • Teams
    • Roadmap
      • Project Gantt
      • Project List
    • Release
    • Dashboard
      • Widgets
  • 💻IDE Plugin
    • Leiga for IDEs
      • Leiga JetBrains Plugins
        • Install the JetBrains plugin
        • Authenticate Leiga
        • Features
      • Leiga Visual Studio Code Extension
        • Install VSCode Extension
        • Authenticate Leiga
        • Features
  • 💼Apps and Integrations
    • Communication
      • Integration for Slack
      • Teams Integration
    • Development Tools
      • Sentry Integration(coming soon)
      • Jenkins Integration
        • How to integrate with Jenkins
      • GitLab Integration
        • How to integrate with GitLab
      • GitHub Integration
        • How to integrate with GitHub
    • Other Tools
      • Import Work from Jira
      • Figma Integration
      • Notion Integration(coming soon)
      • Zapier Integration
      • Email Integration
    • Jira Plugin
  • 🪄Leiga Lab
    • What is Leiga Lab
    • AI Risk Alert
    • Speed up Access through IndexedDB
  • 🛠️System Settings
    • OpenAPI
    • Field Management
    • Apps and Integration
    • Workday Settings
  • 🗃️Organization
    • Organization Information
    • Members Management
      • Groups
      • Invite Members
      • Add Members in Bulk
      • Invite New Members by Email
      • Share Team Link to Invite New Members
    • Permissions
  • 📍Personal Center
    • Personal Info
    • Notifications Settings
      • Leiga Weekly Report
    • My API Keys
Powered by GitBook
On this page
  • Connect GitHub to Leiga Work
  • See development information with dashboard widgets
  • Automate development collaboration process
  1. Apps and Integrations
  2. Development Tools

GitHub Integration

PreviousHow to integrate with GitLabNextHow to integrate with GitHub

Last updated 1 year ago

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

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}

💼
>>How to Configure GitHub Integration