# HG changeset patch # User Marcin Kuzminski # Date 2020-06-04 11:13:51 # Node ID 659662b0ec2f876a14bf9e5ae268c470be1c1492 # Parent 702c378c49047dd091eaaaf2142e4add5616fdee docs: added mention how to change default integration templates. diff --git a/docs/integrations/jira.rst b/docs/integrations/jira.rst --- a/docs/integrations/jira.rst +++ b/docs/integrations/jira.rst @@ -25,3 +25,10 @@ transition status id in the *Workflow* s Once you have the transition status id, you can create a JIRA integration as outlined in :ref:`creating-integrations`. + + +.. note:: + + There's an option to configure integration templates. + Please see :ref:`integrations-rcextensions` section. + rcextensions examples are here: https://code.rhodecode.com/rhodecode-enterprise-ce/files/default/rhodecode/config/rcextensions/examples/custom_integration_templates.py diff --git a/docs/integrations/redmine.rst b/docs/integrations/redmine.rst --- a/docs/integrations/redmine.rst +++ b/docs/integrations/redmine.rst @@ -26,3 +26,9 @@ available. Once you have the API key, create a Redmine integration as outlined in :ref:`creating-integrations`. + + +.. note:: + + There's an option to configure integration templates. Please see :ref:`integrations-rcextensions` section. + rcextensions examples are here: https://code.rhodecode.com/rhodecode-enterprise-ce/files/default/rhodecode/config/rcextensions/examples/custom_integration_templates.py \ No newline at end of file