PagerDuty Integration
Lynx integrates with PagerDuty to automatically sync incidents.Prerequisites
- PagerDuty Admin access
- Lynx Organization Admin access
Setup
In PagerDuty:- Navigate to Integrations > API Access
- Create a new API key with these permissions:
- Incidents: Read & Write
- Services: Read
- Teams: Read
- Users: Read
- Copy the API key into the
API tokeninput field in the organization Pagerduty settings. - Go to Webhooks > Create New Webhook
- Set the webhook URL
https://svc.uselynx.ai/api/v1/webhook/pagerdutyto your Lynx endpoint - Add a custom header
X-LYNX-APIwith the value<Lynx API Token>found on the Organization Settings Page. - Copy the webhook signing secret into the
Webhook Signatureinput field in the organization Pagerduty settings.
- Navigate to Settings > Organization Settings
- Check
Enable PagerDuty Integration - Paste your API key
- Paste the webhook signing secret
Jira Integration
Lynx integrates with Jira to automatically sync issues.Prerequisites
- Jira Project Admin access
- Lynx Organization Admin access
Setup
Create Jira automation rules to trigger Lynx when an issue is created, updated, or closed. In Jira:- Navigate to Automation settings:
- Project level:
Project Settings > Automation - Global level:
System Settings > Global Automation
- Click
Create ruleto create a new automation rule. - Set the following attributes:
TriggertoField value changed.Fields to monitor for changestoAssignee,Description,SummaryChange typetoAny changes to the field valueFortoAll issue operations
- Click
Add an actionand set the action toSend web request. - Set the following attributes and validate the web request configuration
Web request URLtohttps://svc.uselynx.ai/api/v1/webhook/jiraWeb request methodtoPOSTWeb request bodytoIssue data (Jira format)Web request headerstoX-LYNX-APIwith the value<Lynx API Token>found on the Organization Settings Page. EnsureHiddenis checked.
- Click
Turn on ruleto enable the integration.
- Navigate to Settings > Organization Settings
- Check
Enable Jira Integration