Jira Device Integration

Modified on Tue, 20 Jan at 11:22 AM

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

  1. Log in to your Jira Cloud account.
  2. Navigate to: Account Settings → Security → Create and manage API tokens.
  3. Alternatively, visit the Jira API Token Management page.
  4. Click Create API Token.
  5. Enter a descriptive label (e.g., "ADR Integration").
  6. Click Create, then copy the generated token.

Note: The API token will only be shown once. Store it securely.


ADR UI Configuration

  1. Log in to the ADR SIEM UI with administrator rights.
  2. Navigate to: Administration → Add-on Store → Jira → Add.
  3. 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

  1. SSH into the CCE server.
  2. 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article