integrations.rst
53 lines
| 1.8 KiB
| text/x-rst
|
RstLexer
r552 | .. _integrations: | |||
Integrations | ||||
------------ | ||||
r1 | ||||
r645 | Rhodecode supports integrations with external services for various events, | |||
r552 | such as commit pushes and pull requests. Multiple integrations of the same type | |||
r645 | can be added at the same time; this is useful for posting different events to | |||
different Slack channels, for example. | ||||
r1 | ||||
r552 | Supported integrations | |||
^^^^^^^^^^^^^^^^^^^^^^ | ||||
r1 | ||||
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 | ||||
r641 | :ref:`integrations-email` |RCEEshort| Send repo push commits by email | |||
r552 | :ref:`integrations-redmine` |RCEEshort| Close/Resolve/Reference redmine issues | |||
:ref:`integrations-jira` |RCEEshort| Close/Resolve/Reference JIRA issues | ||||
============================ ============ ===================================== | ||||
.. _creating-integrations: | ||||
r645 | Creating an Integration | |||
r552 | ^^^^^^^^^^^^^^^^^^^^^^^ | |||
Integrations can be added globally via the admin UI: | ||||
:menuselection:`Admin --> Integrations` | ||||
r645 | or per repository in each repository's settings: | |||
r552 | ||||
:menuselection:`Admin --> Repositories --> Edit --> Integrations` | ||||
r645 | To create an integration, select the type from the list in the *Create New | |||
Integration* section. | ||||
r552 | ||||
r645 | The *Current Integrations* section shows existing integrations that have been | |||
created along with their type (eg. Slack) and enabled status. | ||||
See pages specific to each type of integration for more instructions: | ||||
r1 | ||||
.. toctree:: | ||||
r552 | slack | |||
hipchat | ||||
redmine | ||||
jira | ||||
webhook | ||||
r1120 | ||||