##// END OF EJS Templates
docs: small improvements on main page.
docs: small improvements on main page.

File last commit:

r645:c8c27324 default
r1119:0d648914 default
Show More
integrations.rst
52 lines | 1.8 KiB | text/x-rst | RstLexer

Integrations

Rhodecode supports integrations with external services for various events, such as commit pushes and pull requests. Multiple integrations of the same type can be added at the same time; this is useful for posting different events to different Slack channels, for example.

Supported integrations

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
:ref:`integrations-email` |RCEEshort| Send repo push commits by email
:ref:`integrations-redmine` |RCEEshort| Close/Resolve/Reference redmine issues
:ref:`integrations-jira` |RCEEshort| Close/Resolve/Reference JIRA issues

Creating an Integration

Integrations can be added globally via the admin UI:

:menuselection:`Admin --> Integrations`

or per repository in each repository's settings:

:menuselection:`Admin --> Repositories --> Edit --> Integrations`

To create an integration, select the type from the list in the Create New Integration section.

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: