tmanlab/jec

By tmanlab

Updated 3 months ago

Jira Edge Connector in Docker container

Image
Integration & Delivery
Message Queues
Developer Tools
0

106

Jira Edge Connector in Docker container

Powered by TMAN Lab

Integrate with Jira Edge Connector to run scripts using automation

  1. Go to Automation and select Create rule.
  2. Select the Run script using Jira Edge Connector action for your rule.
  3. Select Connect to create a connection with Jira Edge Connector. Connections allow your automation rules to make changes in other tools and products.
  4. Enter a unique name for your API key and select Create API key.
  5. Copy the API key you created and add it in the apiKey field in your Jira Edge Connector configuration file. Read more about configuring JEC.
  6. Enter name of the action mapped to the on-prem script you want to run. This is found in the actionMappings → mappedAction field of your JEC configuration file.
  7. Add key-value pairs you want to include in the JSON message sent to the on-prem system. Jira doesn't validate your key-value pairs, so make sure you verify them.
  8. Save your rule.

Default Configuration in Docker container

  • Service config file: /etc/systemd/system/jec.service
  • Service log file: /var/log/jec/jec???.log
  • JEC home: /home/jsm/jec/
  • JEC config: /home/jsm/jec/conf/
  • JEC scripts: /home/jsm/jec/scripts/

Run container

docker run -it -d -v $PWD/jec:/home/jsm/jec -e JEC_API_KEY=<jec_api_key> tmanlab/jec

Reference

Docker Pull Command

docker pull tmanlab/jec