Build and manage workflow automations for Jira-linked operations.
Primary React modules live in src/features/automation/ (workflow list, editor, canvas, triggers, actions, template gallery). See Feature UI source modules.
The automation feature combines a workflow list, a full-screen workflow editor, and a template gallery. Workflows are loaded from and persisted to the automation API, with support for filtering by trigger type.
WorkflowManager powers the core flow:
GET /api/automation/workflowsWEBHOOK, SCHEDULE, MANUAL)ACTIVE/PAUSED)WorkflowList shows:
WorkflowEditor includes:
WorkflowCanvas (React Flow)Supported trigger modes in TriggerConfig:
/api/webhooks/custom/<workflow-slug>Supported actions in ActionConfig:
CREATE_TICKET (project key input)SEND_NOTIFICATION (message payload)SYNC_JIRAWEBHOOK (method/url/body payload)Actions are ordered and editable, and each action has a generated client-side ID for composition before save.
TemplateGallery loads from GET /api/automation/templates and allows one-click seeding of:
GET /api/automation/workflowsPOST /api/automation/workflowsPUT /api/automation/workflows/:idDELETE /api/automation/workflows/:idGET /api/automation/templatesLast Updated: April 21, 2026