TABLE OF CONTENTS
Overview
Jira is a widely used ticketing tool for issue tracking, project management, and workflow automation. Integrating Jira with ADR SIEM enables centralized monitoring and proactive threat detection by ingesting Jira events into the ADR platform. This integration is API-based, where Jira communicates with the ADR Collection and Control Engine (CCE) for log collection and analysis.
Prerequisites
- Administrative access to ADR SIEM UI
- Administrative access to Jira Cloud
- Ability to generate a Jira API Token
- CCE is installed and reachable from the Jira environment
API Token Generation in Jira
- Log in to your Jira Cloud account.
- Navigate to: Account Settings → Security → Create and manage API tokens.
- Alternatively, visit the Jira API Token Management page.
- Click Create API Token.
- Enter a descriptive label (e.g., "ADR Integration").
- Click Create, then copy the generated token.
Note: The API token will only be shown once. Store it securely.
ADR UI Configuration
- Log in to the ADR SIEM UI with administrator rights.
- Navigate to: Administration → Add-on Store → Jira → Add.
- Fill in the following fields:
- Device: Select Jira
- Name: Provide a descriptive name (minimum 3 characters), e.g., Jira_Integration
- CCE Host: Enter the IP of your ADR CCE server
- Access ID / Username: Enter your Jira account email address
- Password / Secret Key: Paste the Jira API Token generated earlier
- Config (JSON):
{ "host": "your-site-name.atlassian.net" }Click Save to complete the integration.
Verification
Using ADR UI
- Navigate to: System → Logs and Flows Collection Status
- Check under "Source Device IP" to confirm Jira is listed
- Verify logs are being ingested successfully
Using CCE Server
- SSH into the CCE server.
- Run the following commands:
otmdoc -s addondevices crontab -l
Review active addon jobs. Identify Jira’s integration script and run it manually if needed.
Completion
You have successfully configured Jira API integration with ADR SIEM.
Reference: Atlassian Jira API Token Documentation
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article