Jira Destination
Configuring Jira as an alert destination in your Panther Console
Destinations are integrations that receive alerts from rules, policies, system health notifications, and rule errors. Panther supports configuring Jira as the destination where you will receive alerts.
When an alert is forwarded to a Jira Destination, a bug, story, or task is created and assigned to the specified assignee in the specified project.
The on-premises version of Jira is not currently supported for this integration.
- 1.
- 2.Click Create API Token, add a descriptive label, and click Create:
- 3.Click Copy and store the token in a secure location.
- Note: The token is sensitive information and you will not be able to view the token again.
- 1.Log in to the Panther Console.
- 2.On the left sidebar, click Configure > Alert Destinations.
- 3.Click +Add your first Destination.
- If you have already created Destinations, click Create New in the upper right side of the page to add a new Destination.
- 4.Click Jira.
- 5.Fill out the form:
- Display Name: Enter a descriptive name.
- Organization Domain: Enter your organization's Jira domain.
- For example: https://example.atlassian.net.
- Project Key: Enter the project identifier within your organization. You can find this in Jira in your project settings page or by browsing your organizations' Jira projects and locating the
key
column. - Email: Enter the email address of the Jira user who has permissions to create the new issues with the corresponding Jira API Key.
- Jira API Key: Enter the API token you generated in the earlier steps of this documentation.
- Issue Type: Enter the Issue type from Jira. This can be Bug, Story, Task, or any custom type.
- Assignee ID: Enter the unique ID of the user or group that the Issue will be assigned to.
- To find the ID, go to a user or group's public Jira profile and locate the trailing string from the URL of their profile. Example: If a user's profile URL is
https://example.atlassian.net/jira/people/5f8f26dabd12345678910abcd
, their ID is5f8f26dabd12345678910abcd
.
- Labels: Enter the associated Jira labels.
- Severity: Select the severity level of alerts to send to this Destination.
- Alert Types: Select the alert types to send to this Destination.
- Log Type: By default, we will send alerts from all log types. Specify log types here if you want to only send alerts from specific log types.
- One-Way Status Syncing: When set to
ON
, alert status changes being made via the Panther Console, API, or Slack Bot will sync and update the status of any corresponding Jira issues.- Any Alert Status changes made via Panther will also be added as a comment within the associated Jira ticket. Any updates made in Jira will not sync back to Panther.
- If you have custom transition rules in your Jira project workflows, Panther may not be able to transition the ticket from one status to the next.
- 6.Click Add Destination.
- If you enabled one-way status syncing, you will see the "Map Panther and JIRA Statuses" page. Map the Panther alert statuses to the corresponding status you want to use in Jira, then click Continue.
- 7.On the final page, optionally click Send Test Alert to test the integration using a test payload. When you are finished, click Finish Setup.
For information on troubleshooting Jira alert destinations, please see this KB article: Guide to Troubleshooting Jira Alert Destinations in Panther.
The
alert_context
payload is JSON pretty printed using JIRA's native formatting. Additionally, Panther Rule ID
and Alert ID
fields are surfaced in the ticket’s description for better automation support.

Additional Information on Destinations
For more information on alert routing order, modifying or deleting destinations, and workflow automation, please see the Panther docs: Destinations.
Last modified 1mo ago