build_jira_automation
Builds ServiceNow Flow Designer artifacts (flow, trigger, conditions, actions) from a Jira Automation rule after user confirmation. Skips non-automatable steps; manual guide covers them.
Instructions
Builds the ServiceNow Flow Designer artifacts for a Jira Automation rule. Creates the flow record, trigger, condition blocks, and action steps. Steps that cannot be automated are skipped — the manual build guide explains what to do. Only call this after analyze_jira_automation and user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | Jira Automation rule ID | |
| sn_table | Yes | ServiceNow table the flow will operate on | |
| flow_scope | No | Scope prefix for the SN flow name (e.g. custom, global) | |
| field_mappings | No | Jira field name → SN field name overrides |