Managing the integration
The Helix Plan Jira integration is managed using PM2.
You can use the following commands to manage the integration.
To: | Use command: |
---|---|
Display the integration status | pm2 list
|
Stop the integration | pm2 stop hansoft_jira_integration
|
Restart the integration | pm2 restart hansoft_jira_integration
|
For a complete list of commands, see the PM2 help.
Configuring the integration to start automatically
You can configure the integration to start automatically when the host computer is restarted.
1. Enter the following at a command prompt:
npm i pm2-windows-service -g
pm2-service-install
2. When you are prompted to provide PM2_SERVICE_SCRIPTS, enter the path to the pm2Config.json file.