• /
  • EnglishEspañolFrançais日本語한국어Português
  • Inicia sesiónComenzar ahora

Security RX Jira workflow

Security RX Jira workflows automatically create Jira tickets when vulnerabilities are detected in your applications, and keep those tickets in sync as their status changes in either system.

What you can do

With a Security RX Jira workflow, you can:

  • Automatically create tickets when vulnerabilities matching your criteria are detected.
  • Route tickets to the right team using entity tags, New Relic team links, or a default fallback.
  • Keep tickets in sync with two-way synchronization between Jira and New Relic.
  • Configure severity thresholds and SLA days so due dates are set automatically on each ticket.
  • Monitor ticket activity from the workflow details page without leaving New Relic.
  • Pause and resume workflows at any time without losing configuration.

Prerequisites

Before creating your first workflow, make sure you have:

  1. A Security RX entitlement — your organization must have an active Security RX (APM) subscription.
  2. Appropriate user permissions — see Prerequisites and user roles. Creating workflows and managing connections requires an organization manager or product admin role.
  3. Vulnerability data flowing into New Relic — through an APM agent, Infrastructure agent, or a supported integration.
  4. A configured Jira connection — an organization admin must set this up before you can create a workflow. See Set up a Jira connection.

Set up a Jira connection

Jira connections are organization-level resources managed by admins. A single connection can be shared across multiple workflows.

Provide the following information when you create a connection:

Field

Description

Jira instance URL

The URL of your Jira Cloud or Data Center instance.

Username

A Jira username with permission to create issues.

API token

A Jira API token with webhook creation permissions.

You need webhook creation permissions to enable two-way sync — when you update a ticket in Jira, the change syncs back to New Relic.

To create a connection:

  1. Go to one.newrelic.com > Security RX > Workflows.
  2. Select Add a Jira connection.
  3. Enter your Jira instance URL, username, and API token.
  4. Save the connection. It's now available to all workflow creators in your organization.

Create a workflow

Creating a workflow is a two-step wizard. Step 1 defines what vulnerabilities to track. Step 2 configures where and how tickets are created in Jira.

Step 1: Define security scope

Screenshot of the workflow creation wizard Step 1, showing workflow name, account selection, aggregation level, sources, severities, and workflow impact preview

one.newrelic.com > Security RX > Workflows > Add a Jira workflow

Configure the following fields:

Workflow name

A unique identifier for this workflow. Must start with a letter or underscore and may contain letters, numbers, underscores, and hyphens (3–100 characters). No two workflows in the same account can share a name.

Accounts

Select one or more New Relic accounts to monitor. The current account is selected by default. You can monitor up to 100 accounts in a single workflow.

Aggregation level

Controls how vulnerabilities are grouped into tickets:

Option

Description

Per entity per package

Creates one ticket per vulnerable dependency per application. Best for teams that fix vulnerabilities at the package level.

Per entity

Creates one ticket per application showing all its vulnerabilities together. Best for teams that manage applications as a whole.

Vulnerability sources

Select which detection systems to include. At least one source must be selected.

Source

Description

New Relic

Vulnerabilities detected by New Relic's built-in scanning.

GitHub Dependabot

Vulnerabilities from GitHub Dependabot alerts. Requires the Dependabot integration to be configured first.

Severities included

Choose which severity levels generate tickets and set SLA days for each. The SLA value is used to calculate the due date on the Jira ticket. SLA days must be between 1 and 365.

Severity

Default SLA

Critical

30 days

High

60 days

Medium

90 days

Low

90 days

Schedule

How often the workflow runs to check for new vulnerabilities:

Frequency

Interval

Daily

1 day

Weekly

7 days

Bi-weekly

15 days

Monthly

30 days

Bi-monthly

60 days

Quarterly

90 days

The workflow runs immediately after you create it, then continues on the selected schedule.

Workflow impact

A real-time estimate shows how many entities, packages, and Jira tickets will be affected by your current settings. Use this to fine-tune the configuration before saving.

Step 2: Set up Jira and team routing

Screenshot of the workflow creation wizard Step 2, showing Jira connection, space/project, issue type, org ID, default team, labels, and severity to priority mapping

Configure the following fields:

Select or add Jira connection

Select a pre-configured connection from the dropdown. If you have admin permissions, you can create a new connection from this page.

Project or space

Select the Jira project where you want to create tickets. The dropdown populates after you select a connection.

Sugerencia

If you plan to use team assignments, make sure the Team field is enabled in your Jira project settings.

Issue type

Select the issue type for created tickets. Only Story, Bug, and Task are supported. Security RX doesn't support sub-task types.

Jira organization ID (optional)

Enter your Jira organization ID to enable team-based routing. To find it, log into home.atlassian.com and look for the alphanumeric string after /o/ in the URL.

Default team (optional)

After entering a Jira organization ID, select a fallback team. This team receives tickets when no entity-specific team assignment is found. If no default team is set, tickets are created without team assignment.

Labels (optional)

Select labels to attach to all tickets created by this workflow. Available labels include CVE ID, status, priority, package, repository, account, and source.

Severity to priority mapping

Map each vulnerability severity to a Jira priority. New Relic uses this mapping when creating tickets. Available priorities come from your selected Jira project and issue type.

Team assignment

Security RX routes tickets to the right team using a three-tier priority system:

  1. Entity tags (highest priority) — add a jiraTeamId tag directly to a New Relic entity. The value should be your Jira Team ID, found at home.atlassian.com after /team/ in the URL. For bulk tagging, use the New Relic GitHub integration to sync jiraTeamId as a custom property from your repositories.

  2. New Relic team links — if your entities are organized into New Relic teams, link each team to a Jira team:

    • Go to Team Settings > Links > Add Link.
    • Set the type to Atlassian Jira.
    • Paste your Jira Team URL: https://home.atlassian.com/o/{org-id}/people/team/{team-id}
  3. Default team (fallback) — if no match is found via tags or team links, the workflow uses the default team configured during setup. If no default team is set, the ticket is created without team assignment.

Two-way synchronization

When you create a workflow, Security RX maps tickets between New Relic and your Jira project. Changes on either side automatically sync to the other.

New Relic → Jira (ticket creation):

Jira field

Populated from

Summary

Vulnerability or work item name.

Description

Vulnerability details and remediation guidance.

Labels

Labels selected during workflow setup.

Due date

Calculated from SLA days per severity.

Priority

Mapped from vulnerability severity.

Status

Mapped from work item status.

Team

Resolved via team assignment logic.

Issue type

Issue type selected during workflow setup.

Jira → New Relic (status updates):

When you update a Jira ticket, the following changes sync back to New Relic:

Change in Jira

Reflected in New Relic

Summary edited

Work item name updated.

Description edited

Work item description updated.

Labels changed

Labels updated.

Due date changed

Due date updated.

Priority changed

Priority remapped.

Status changed

Status remapped.

Team reassigned

Team ID updated.

Importante

Two-way sync requires the Jira API token to have webhook creation permissions. Without this, only outbound sync (New Relic → Jira) works.

Monitor a workflow

Go to Security RX > Workflows and select a workflow name to open the details page.

The details page shows:

  • Workflow statusActive, Paused, or Scheduled.
  • Tickets created — total tickets created by this workflow.
  • Last run — when the workflow last executed.
  • Configuration summary — accounts, aggregation level, sources, severities, schedule, Jira project, and labels.
  • Jira issues over time — a chart of ticket creation activity.
  • Active work items — a table of all tickets with current status, Jira links, and real-time sync status.

Pause and resume a workflow

You can pause a workflow at any time to stop it from creating new tickets. Pausing doesn't affect existing tickets. To pause or resume:

  1. Open the workflow details page.
  2. Select Pause workflow or Resume workflow.
  3. Confirm the action in the dialog.

Query work items with NRQL

Every Jira ticket created by a Security RX workflow is stored as a WorkItemV2 entity in New Relic. You can query these entities to build custom dashboards and reports.

Sugerencia

All queries must target the storage account where your work items are stored — your organization's designated storage account.

Count all tickets created by a workflow:

SELECT uniqueCount(id)
FROM Entity
WHERE type = 'WORK_ITEM_V2'
AND `tags.srx-workflow` = 'jira'
AND `tags.srx-wf-name` = 'your_workflow_name'
SINCE 90 days ago

Break down tickets by severity:

SELECT uniqueCount(id)
FROM Entity
WHERE type = 'WORK_ITEM_V2'
AND `tags.srx-workflow` = 'jira'
AND `tags.srx-wf-name` = 'your_workflow_name'
FACET `tags.srx-wf-wi-severity`
SINCE 90 days ago

Track ticket creation over time:

SELECT uniqueCount(id)
FROM Entity
WHERE type = 'WORK_ITEM_V2'
AND `tags.srx-workflow` = 'jira'
AND `tags.srx-wf-name` = 'your_workflow_name'
FACET dateOf(metadata.createdAt)
SINCE 90 days ago
LIMIT 2000

Tickets by current status across all workflows:

SELECT uniqueCount(id)
FROM Entity
WHERE type = 'WORK_ITEM_V2'
AND `tags.srx-workflow` = 'jira'
FACET status
SINCE 90 days ago

Available fields:

Field

Description

id

Unique work item identifier.

name

Jira ticket summary.

status

Current ticket status.

priority

Ticket priority.

metadata.createdAt

Creation timestamp (epoch ms).

tags.srx-workflow

Workflow provider type (jira).

tags.srx-wf-name

Name of the workflow that created this ticket.

tags.srx-wf-issue-account

New Relic account ID.

tags.srx-wf-wi-severity

Vulnerability severity level.

tags.srx-wf-source

Vulnerability detection source.

tags.srx-wf-entity

Entity GUID of the affected application.

What's next

Set up alerts

Get notified when new vulnerabilities are detected

Manage vulnerability status

Change status to Ignored, Affected, or Fixed

Understand prioritization

Learn how Security RX ranks vulnerabilities by risk

Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.