Get started with Jira Service Management for admins
Your first stop for learning how to get started with Jira Service Management.
This article highlights a new alerting feature that's natively available in Jira Service Management which is gradually rolling out to some Jira Service Management Cloud customers. It may not yet be visible or available on your site.
Jira Edge Connector (JEC) has been tested in the following environments:
Ubuntu 16.04 and later (Debian 9 and later)
RHEL 6 and later (For RHEL 6.x.x and Fedora server, we have a different package with the naming convention of jsm-jec-x.x.x.rhel6.x86_64.rpm)
Windows Server 2012 and later
Download the JEC packages from the integration scripts repository.
Go to the jsm-integration-scripts repository.
Review the readme.
Download the latest version of JEC packages.
For RedHat-based distributions
Run the following command to install JEC:
Shell
1
rpm -i <your_package_name>.rpm
For Debian-based distributions
Run the following command to install JEC:
Shell
1
dpkg -i <your_package_name>.deb
For Windows
Extract the zip into a folder.
Rename jecService.json.example to jecService<32|64>.json.
In the in jecService<32|64>.json file, update JECPath to <directorypath>\\JiraEdgeConnector<32|64>.exe.
Run the following command to install JEC:
(Make sure that JEC Service exists in Task Manager > Services.)
1
jecService<32|64>.exe install
To install multiple JEC instances, update the Name and DisplayName fields in <32|64>.json and then run the commands.
Run the following command to uninstall JEC:
1
jecService<32|64>.exe uninstall
Was this helpful?