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
  • When a Git commit is created for an {In dev} task with {feature completed} in its commit message, transfer the task to {In QA} status.
  • When the Jenkins build status on a bug fix is success, modify the bug status to {Fixed}
  • when code builds taks too long in Jenkins, Notify the work assignee to troubleshoot problems
  • When a {User story} is released to the production environment, Notify the {owner}
  1. Projects
  2. Automation
  3. Automation Recommend

DevOps

Applicable to software management projects, it aims to enhance delivery speed for both development and operations teams while reducing manual effort and minimizing errors.

DevOps Automation is available once GitLab/GitHub is integrated. With Git commits as the trigger, you can make task transfer and work updates sync automatically.

When a Git commit is created for an {In dev} task with {feature completed} in its commit message, transfer the task to {In QA} status.

Trigger
Conditions
Actions

Create a Git Commit

Add Fields Conditions - Status - Equal to - In Dev(Story) & Git Commit Information - Includes - {feature completed}

Modify Fields - Modify Status - In QA(Story)

When the Jenkins build status on a bug fix is success, modify the bug status to {Fixed}

Trigger
Conditions
Actions

Jenkins Build Completed

Add Fields Conditions - Status - Equal to - To Do(Bug), In Fixing(Bug) & Jenkins Build Result - Equal to - success

Modify Fields - Modify Status - Fixed(Bug) & Personal Notification Notification Channel: In-site /Slack/Email Recipients: {Owner}

when code builds taks too long in Jenkins, Notify the work assignee to troubleshoot problems

Trigger
Conditions
Actions

Jenkins Build Completed

Jenkins Build Duration - Greater than - 180s

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

When a {User story} is released to the production environment, Notify the {owner}

Trigger
Conditions
Actions

Jenkins Build Completed

Jenkins Custom Params - Json Compare - {env} - Includes - {Prod}

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

PreviousCross-Project CollaborationNextProject Settings

Last updated 1 year ago

💡