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
  • Notify {product owner} to confirm the defect when {defects} are created by non-{product owner}
  • When a Git commit is created for a {pending} defect, change its status to {being fixed}
  • When a bug happening in {production environment} is defined as {blocker} or {critical}, change {priority} to {highest}
  • When a {bug} is still in {To Do} status 5 hours after it was created, remind the {assignee} again
  • When creating a Git commit with {fix} in the commit message, change the {bug} status to {Fixed}
  • When the status of a {bug} is modified from {Fixed} to {To Do} or {Returned}, tag it as {Returned}
  1. Projects
  2. Automation
  3. Recommended Automation

Bug Tracking

Applicable to software development and bug management projects, it enhances the efficiency of information synchronization throughout defect identification, logging, and resolution.

Notify {product owner} to confirm the defect when {defects} are created by non-{product owner}

Trigger
Conditions
Actions

Create Work

Add Fields Conditions - Work Type - Equal to - Bug

Personal Notification - Notification Channel: In-site /Slack/Email - Recipients: {username}

When a Git commit is created for a {pending} defect, change its status to {being fixed}

Trigger
Conditions
Actions

Create a Git Commit

Add Fields Conditions - Status - Equal to - To Do(Bug)

Modify Fields - Modify Status - In Fixing(Bug)

When a bug happening in {production environment} is defined as {blocker} or {critical}, change {priority} to {highest}

Trigger
Conditions
Actions

Create Work

Add Fields Conditions - Work Type - Equal to - Bug & Add Fields Conditions - Severity - One of... - Deadly, Serious & Add Fields Conditions - Environment - Equal to - Production Environment

Modify Fields - Modify Priority - Highest

When a {bug} is still in {To Do} status 5 hours after it was created, remind the {assignee} again

Trigger
Conditions
Actions

Fixed Time - Created Time - After - {5 hour}

Add Fields Conditions - Status - Equal to - To Do(Bug)

Personal Notification - Notification Channel: In-site /Slack/Email - Recipients: Assignee

When creating a Git commit with {fix} in the commit message, change the {bug} status to {Fixed}

Trigger
Conditions
Actions

Create a Git Commit

Git Commit Information - Includes - {fix}

Modify Fields - Modify Status - Fixed(Bug)

When the status of a {bug} is modified from {Fixed} to {To Do} or {Returned}, tag it as {Returned}

Trigger
Conditions
Actions

Field Update - Modify Status

Add Fields Conditions - Status - From... To... - From: Fixed - To: To Do(Bug), Returned(Bug)

Modify Fields - Add Tags - {Returned}

PreviousFor the development processNextCross-Project Collaboration

Last updated 9 days ago

💡