Home
EN
Location
Documentation Home
Palo Alto Networks
Support
Live Community
Knowledge Base
MENU
Home
Security Operations
Cortex Xpanse
Cortex® Xpanse™ User Guide
Cortex® Xpanse™ APIs and Integrations
Expander APIs and Integrations
Integrations
ITSM Systems
Jira Cloud
Run the Xpanse Jira Cloud App
Document:
Cortex® Xpanse™ User Guide
Run the Xpanse Jira Cloud App
Download PDF
Last Updated:
Thu Apr 28 17:54:32 PDT 2022
Previous
Next
Run the Xpanse Jira Cloud App
Instructions for running the Cortex® Xpanse™ Jira Cloud Integration natively on Python and Docker.
You can run the Cortex® Xpanse™ Jira Cloud Integration natively on Python and Docker.
To run the Cortex® Xpanse™ Jira Cloud Integration natively on Python.
Update your python path to include all of the bundled files using the command
export PYTHONPATH=$PYTHONPATH:$(pwd)
.
Start running the integration script with the command
python expanse_jira
.
(
Optional
) Use a tool or command to manage the long-running script. Examples of these include tmux or nohup.
To run the Cortex® Xpanse™ Jira Cloud Integration natively on Docker, use the following command in the extracted directory:
docker build -t expanse_jira . && docker run -it expanse_jira
Previous
Next
Recommended For You
Recommended Videos
Recommended videos not found.