- Streamlined management: Convert security findings directly into actionable Jira work items
- Enhanced team collaboration: Leverage existing project management workflows for security remediation
- Automated ticket creation: Reduce manual effort in tracking and assigning security work items
How It Works
When enabled and configured:- Security findings can be manually sent to Jira from the Findings table.
- Each finding creates a Jira work item with all the check’s metadata, including guidance on how to remediate it.
Configuration
To configure Jira integration in Prowler App:- Navigate to Integrations in the Prowler App interface
-
Locate the Jira card and click Manage, then select Add integration
-
Complete the integration settings:
- Jira domain: Enter the Jira domain (e.g., from
https://your-domain.atlassian.net
->your-domain
) - Email: Your Jira account email
- API Token: API token with the following scopes:
read:jira-user
,read:jira-work
,write:jira-work
- Jira domain: Enter the Jira domain (e.g., from
Generate Jira API TokenTo generate a Jira API token, visit: https://id.atlassian.com/manage-profile/security/api-tokens
Sending Findings to Jira
Manual Export
To manually send individual findings to Jira:- Navigate to the Findings section in Prowler App
- Select one finding you want to export
- Click the action button on the table row and select Send to Jira
- Select the Jira integration and project
-
Click Send to Jira
Integration Status
Monitor and manage your Jira integrations through the management interface:- Review configured integrations in the integrations dashboard
-
Each integration displays:
- Connection Status: Connected or Disconnected indicator
- Instance Information: Jira domain and last checked timestamp
Actions
Each Jira integration provides management actions through dedicated buttons:Button | Purpose | Available Actions | Notes |
---|---|---|---|
Test | Verify integration connectivity | • Test Jira API access • Validate credentials • Check project permissions • Verify work item creation capability | Results displayed in notification message |
Credentials | Update authentication settings | • Change API token • Update email • Update Jira domain | Click “Update Credentials” to save changes |
Enable/Disable | Toggle integration status | • Enable or disable integration | Status change takes effect immediately |
Delete | Remove integration permanently | • Permanently delete integration • Remove all configuration data | ⚠️ Cannot be undone - confirm before deleting |
Troubleshooting
Connection test fails
- Verify Jira instance domain is correct and accessible
- Confirm API token or credentials are valid
- Ensure API access is enabled in Jira settings and the needed scopes are granted
Check task status (API)
If the Jira issue does not appear in your Jira project, follow these steps to verify the export task status via the API.Replace
http://localhost:8080
with the base URL where your Prowler API is accessible (for example, https://api.yourdomain.com
).- Get an access token (replace email and password):
- List tasks filtered by the Jira task (
integration-jira
) using the access token:
If you don’t have
jq
installed, run the command without | jq
.- Share the output so we can help. A typical result will look like:
- “created_count”: number of Jira issues successfully created.
- “failed_count”: number of Jira issues that could not be created. If
failed_count > 0
or the issue does not appear in Jira, please contact us so we can assist while detailed logs are not available through the UI.