create_jira_integration_artifacts
Creates Jira webhook and automation rule JSON for bidirectional integration, including loop prevention via labels and step-by-step import instructions.
Instructions
Create Jira-side artifacts for a bidirectional integration:
Registers a Jira webhook (calls the inbound endpoint when issues change)
Generates a Jira Automation rule JSON (ready to import in Jira UI)
Returns step-by-step instructions for importing the automation rule
The automation rule includes loop-prevention via issue labels. Requires the integration plan from design_integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Plan from design_integration | |
| inbound_url | No | The inbound endpoint URL the other platform exposes (e.g. the SN Scripted REST API URL) | |
| webhook_secret | No | Shared secret to add as a header for webhook security |