Configure the Jira Service Management integration to allow Jira to create tickets based on Workbench alerts and synchronize ticket updates between the Trend Vision One and Jira platforms.
Procedure
- Prepare the necessary information to configure the integration.
- In the Trend Vision One console, go to .
- Click Jira Service Management.
- Click to copy the Endpoint URL.
- Click Generate and copy the Authentication token.
- Obtain the Jira API URL and authentication token.
- Make sure you are running Python 3.7 or later.
- Use the following commands to install the Trend Vision One
integration.
python3 -m venv .venv source .venv/bin/activate pip install --upgrade pip pip install -r requirements.txt
- Edit the configuration YAML file.For more information on the YAML configuration, see the GitHub documentation for the integration.
- Use the command
python3 app.py
to start the application.Jira Service Management begins creating tickets based on data collected from Trend Vision One. Jira can only collect data generated after connecting to Trend Vision One. You might need to allow some time before new data or tickets start to appear.