Welcome to the Tenable Plugin for JIRA
Last Updated: July 15, 2025
The Tenable Plugin for Atlassian JIRA receives Tenable Vulnerability Management, Tenable Security Center, and Tenable Web App Scanning vulnerabilities and creates JIRA tickets as issue type Vulnerability and every vulnerability occurring on a particular asset is created as Vulnerable Host.
Vulnerability and Vulnerable Host titles are formed with the following patterns:
Tenable Vulnerability Management
- Vulnerability = <pluginname> + <protocol> + <port> + <severity>
- Vulnerable Host = <ipv4|ipv6> + <fqdn>
Tenable Security Center
- Vulnerability = <pluginname> + <protocol> + <port> + <severity>
- Vulnerable Host = <IPV4> + <dnsName> + <repositoryid>
Tenable Web App Scanning
- Vulnerability = <pluginname> + <protocol> + <port> + <severity>
- Vulnerable Host = <IPV4> + <dnsName> + <repositoryid>
Data Collection
API endpoints used for data collection from Tenable Vulnerability Management (OPEN, REOPENED and FIXED):
-
https://cloud.tenable.com/vulns/export
-
https://cloud.tenable.com/vulns/export/%7Bid%7D/status
-
https://cloud.tenable.com/vulns/export/%7Bid%7D/chunks/%7Bchunk_id%7D
API endpoints used for data collection from Tenable Vulnerability Management (TERMINATED and DELETED):
-
https://cloud.tenable.com/assets/export
-
https://cloud.tenable.com/assets/export/%7Bid%7D/status
-
https://cloud.tenable.com/assets/export/%7Bid%7D/chunks/%7Bchunk_id%7D
API endpoints used for data collection from Tenable Security Center (for OPEN, REOPENED and FIXED):
-
https://tenablesc.eastus.cloudapp.azure.com/rest/analysis
API endpoints used for data collection from Tenable Web App Scanning for vulnerabilities:
-
https://cloud.tenable.com/was/v1/export/vulns
-
https://cloud.tenable.com/was/v1/export/vulns/%7Bexport_uuid%7D/status
-
https://cloud.tenable.com/was/v1/export/vulns/%7Bexport_uuid%7D/chunks/%7Bchunk_id%7D
API endpoints used for data collection from Tenable Web App Scanning for assets:
-
https://cloud.tenable.com/assets/v2/export
-
https://cloud.tenable.com/assets/export/%7Bexport_uuid%7D/status
-
https://cloud.tenable.com/assets/export/%7Bexport_uuid%7D/chunks/%7Bchunk_id%7D
Note: When you have an open Jira ticket and the integration closes it, the Tenable app does not update the Resolution field in the integration. The Resolution field is one of the fields that the Tenable app does not interact with. When you update your Jira ticket from open to closed/fixed/resolved, etc., the Resolution field in the Jira integration stays at "Unresolved."