Leiga
  • About Leiga
  • 🎯Quick Start
    • For Everyone
    • For Developers
    • For Project Managers
    • For Product Owners
    • For Administrators
  • ✨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
      • Recommended Automation
        • 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 Execution
        • External-Sharing Logs
      • Tags
    • Notifications
    • Global Search and Hotkeys
  • 🖇️Cross Project
    • Teams
    • Roadmap
      • Project Gantt
      • Project List
    • Releases
    • Dashboard
      • Widgets
  • 💻IDE Plugin
    • Leiga for IDEs
      • Leiga JetBrains Plugins
        • Install the JetBrains plugin
        • Leiga Authentication
        • Features
      • Leiga Visual Studio Code Extension
        • Install VS Code Extension
        • Leiga Authentication
        • Features
  • 💼Apps and Integrations
    • Communication Tool Integrations
      • Slack Integration
      • 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
      • Draw.io Integration
    • Jira Plugin
  • 🛠️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
  • View Leiga Work in the Plugin
  • Simply Pull Work Info into the Commit Message
  • Commit Message Template Settings
  • Create Merge Request
  • Trace Time Spent
  1. IDE Plugin
  2. Leiga for IDEs
  3. Leiga Visual Studio Code Extension

Features

PreviousLeiga AuthenticationNextCommunication Tool Integrations

Last updated 8 days ago

View Leiga Work in the Plugin

  • Left Pane: Displays the activities menu.

  • Right Pane: Shows detailed information about the selected work, organized into tabs:

    • Details: View the work ID (clickable to open in the browser), summary, priority, status, workload, dates, description, and additional custom fields. Click on any field to edit it.

    • Subtask: See all subtasks associated with the work. Modify existing subtasks or add new ones by clicking the Add Subtask button.

    • Comment: Read and post comments to collaborate with teammates. Use @ mentions to notify specific users.

Simply Pull Work Info into the Commit Message

You can quickly insert work information into your commit messages by using variables in the plugin’s commit message template.

Create Commit

  1. Click the Create Commit button in the tool window.

  2. Select a preset commit message template containing variables such as work ID and summary.

  3. The commit message with the work information will automatically populate the git commit window, no typing needed.

Commit Message Template Settings

Add a template:

  1. Click the + icon at the top left of the settings window.

  2. Name the template.

  3. Write the template content using variables or commands.

    • Variables: Summary, Work ID, Subtask Title, Work URL

    • Command: Complete Subtask (marks subtask as done)

Modify a template:

  1. Select a template.

  2. Edit the name or content.

  3. Click OK to save changes.

Delete a template:

  1. Select the template you want to remove.

  2. Click the - icon at the top left of the settings window.

Create Merge Request

  1. Switch to the Merge Requests tab.

  2. Click the New Merge Request button.

  3. Select the source and target branches, add a title, description, and assign it to someone.

View Merge Requests

  • My Launch: View all merge requests you have created. Click an item to open its details in GitLab/GitHub.

  • Pending Review: View merge requests assigned to you. Click an item to open its details in GitLab/GitHub.

Trace Time Spent

Select the icon in the top toolbar to view the coding time spent on each work item.

💻