Skip to main content

Features

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.