analyze_jira_automation
Analyzes a Jira Automation rule and creates a migration plan for ServiceNow, detailing trigger, conditions, actions, and manual steps.
Instructions
Fetches and analyses a specific Jira Automation rule and produces a migration plan for ServiceNow. Returns: trigger type, conditions, actions, what can be automated vs manual. After calling this, present the plan and ask the user to confirm before building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | Jira Automation rule ID (from list_jira_automations) | |
| sn_table | Yes | ServiceNow table this automation will operate on (e.g. incident, problem) |