##// END OF EJS Templates
scm-app: allow to set documented pyro4 as scm_app_implementation....
scm-app: allow to set documented pyro4 as scm_app_implementation. The documented ini setting allows to set pyro4 as scm_app, while the backend code crashes on import of pyro4 module. This change allows to configure the app based on the .ini docs. if we pass pyro4 as backedn, we simply skip import and use the default pyro4 scm_app

File last commit:

r552:9a0f45b0 default
r632:064401fe default
Show More
jira.rst
26 lines | 817 B | text/x-rst | RstLexer
dan
docs: updated docs for integrations, fixes #4137...
r552 .. _integrations-jira:
JIRA integration
================
.. important::
In order to make issue numbers clickable in commit messages see the
:ref:`rhodecode-issue-trackers-ref` section. The JIRA integration
only deals with altering JIRA issues.
.. important::
JIRA integration is only available in |RCEE|.
The JIRA integration allows you to reference and change issue statuses in
JIRA directly from commit messages using commit message patterns such as
``fixes #JIRA-235`` in order to change the status of issue JIRA-235 to
eg. ``Resolved``.
In order to apply a status to a JIRA issue it is necessary to find out the
transition status id which can be found in the Workflow section of JIRA.
Once you have the transition status id, create a ``jira`` integration in
:ref:`creating-integrations`.