Skip to content

FirstRun

Chris Bacco edited this page May 28, 2020 · 1 revision

Install YAML using the pip command

  1. Install YAML via the pip command: pip3 install pyyaml
  2. Clone the git repo: git clone https://github.com/tenable/integration-jira-cloud.git

Update your YAML file & install the integration

In order to configure the integration, you need to provide the script a configuration file in the YAML format. The below example config file details the items required for the script to run. Your username is your Atlassian ID, and the address is the site URL (i.e.: https://test.atlassian.net/). A simple example can be viewed here.

Install the Integration with the following commands:

  1. Install the integration: pip3 install ~/path to cloned github repo/integration-jira-cloud
  2. Upload the config file from step #5 above: tenable-jira ~/path to file/config.yaml

View Vuln Data in Jira

  1. Wait for vuln data to update, this may take a few moments. Even if it looks like it’s not doing anything on the command line.
  2. Upon completion check Jira and you should see a default VM project created and associated Vuln Data. From here, use the power of Jira to create remediation workflows, assign tasks and create dashboards and Kanban boards.