Search 1.9 billion lines of Odoo code on GitHub

server_env_connector_jira

Author: Magnus - Willem Hulshof
License: AGPL-3
Branch: 10.0
Repository: magnuscolors/connector-jira
Dependencies: connector_jira, and server_environment
Languages: Python (27, 67.5%), and reStructuredText (13, 32.5%)
Other branches: 11.0
Other repositories: ERPLibre/connector-jira, NeatNerdPrime/connector-jira, OCA/connector-jira, SeuMarco/connector-jira, brainbeanapps/connector-jira, camptocamp/connector-jira, dingguijin/connector-jira, grindtildeath/connector-jira, guewen/connector-jira-1, i-vyshnevska/connector-jira, jcoux/connector-jira, leemannd/connector-jira, leonelfolmer/connector-jira, lideritjnma/connector-jira, and tegin/connector-jira

<h1 class="title">Server environment for JIRA Connector</h1> <p>This module is based on the <cite>server_environment</cite> module to use files for configuration. Thus we can have a different configuration for each environment (dev, test, integration, prod). This module define the config variables for the <cite>connector_jira</cite> module.</p> <p>In the configuration file, you can configure the location, enable/disable the SSL and the webhook base url of the JIRA Backends.</p> <p>Exemple of the section to put in the configuration file:</p> <pre> <code>[jira_backend.name_of_the_backend] uri = http://jira verify_ssl = 1 odoo_webhook_base_url = http://odoo:8069</code> </pre>