For autonomous flows, there is currently one integration funnel available: Jira.Documentation Index
Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
Use this file to discover all available pages before exploring further.
Jira Webhook Integration
Jira integration uses a unique authentication mechanism. You must configure a webhook in Jira with the generated secret from the platform’s Jira integration page.Endpoint
user_variables, allowing your flow to access and utilize any data from the Jira event (issue details, issue_key , etc.).
Setup Steps
- Generate a secret from the platform’s Jira integration page
- Configure a webhook in your Jira project settings
- Add the generated secret to the Jira webhook configuration
- Set the webhook URL to the Jira trigger endpoint
How It Works
When a Jira event triggers the webhook:- The request is authenticated using the configured secret
- The Jira payload is stored in
user_variables - The trigger is matched and executed
- The configured flow processes the Jira data