...
Table of Contents |
---|
Overview
Jira Edge Connector (JEC) is a lightweight application that you can use to:
...
https://operations-help.atlassian.net/l/cp/g1LaSVHa
Supported script technologies
JEC supports the following scripts:
...
JEC supports environment variables, arguments, and flags that are passed to scripts. You can set these globally for all the scripts or locally on a per-script basis. Stderr and stdout options are also available. All the JEC scripts are written in Python3.
Support for Git
JEC allows you to store and retrieve files from Git. You can maintain configuration files for JEC in Git to ensure version control. You can also store scripts and credentials in Git and retrieve them when needed. To use Git for configuration, set JEC_CONF_SOURCE_TYPE = git. Then configure the Git URL, filepath, key path, and passphrase. To use Git for scripts, set actionMappings → mappedAction → sourceType to git.
...