##// END OF EJS Templates
docs: document email integration
docs: document email integration

File last commit:

r641:fe7c372b default
r641:fe7c372b default
Show More
integrations.rst
50 lines | 1.7 KiB | text/x-rst | RstLexer
dan
docs: updated docs for integrations, fixes #4137...
r552 .. _integrations:
Integrations
------------
project: added all source files and assets
r1
dan
docs: updated docs for integrations, fixes #4137...
r552 Rhodecode supports integrations with external services for various events
such as commit pushes and pull requests. Multiple integrations of the same type
(eg. slack) can be added at the same time which is useful for example to post
different events to different slack channels.
project: added all source files and assets
r1
dan
docs: updated docs for integrations, fixes #4137...
r552 Supported integrations
^^^^^^^^^^^^^^^^^^^^^^
project: added all source files and assets
r1
dan
docs: updated docs for integrations, fixes #4137...
r552 ============================ ============ =====================================
Type/Name |RC| Edition Description
============================ ============ =====================================
:ref:`integrations-slack` |RCCEshort| https://slack.com/
:ref:`integrations-hipchat` |RCCEshort| https://www.hipchat.com/
:ref:`integrations-webhook` |RCCEshort| POST events as `json` to a custom url
dan
docs: document email integration
r641 :ref:`integrations-email` |RCEEshort| Send repo push commits by email
dan
docs: updated docs for integrations, fixes #4137...
r552 :ref:`integrations-redmine` |RCEEshort| Close/Resolve/Reference redmine issues
:ref:`integrations-jira` |RCEEshort| Close/Resolve/Reference JIRA issues
============================ ============ =====================================
.. _creating-integrations:
Creating an integration
^^^^^^^^^^^^^^^^^^^^^^^
Integrations can be added globally via the admin UI:
:menuselection:`Admin --> Integrations`
or per repository in the repository settings:
:menuselection:`Admin --> Repositories --> Edit --> Integrations`
To create an integration, select the type from the list of types in the
`Create an integration` section.
The `Current integrations` section shows existing integrations that have been
created along with their type (eg. slack) and enabled status.
project: added all source files and assets
r1
.. toctree::
dan
docs: updated docs for integrations, fixes #4137...
r552 slack
hipchat
redmine
jira
webhook