##// END OF EJS Templates
commits: updated logic of in-memory-commits, fixed tests and re-architectured a bit how commit_ids are calculated and updated....
commits: updated logic of in-memory-commits, fixed tests and re-architectured a bit how commit_ids are calculated and updated. - it's all part of recent updates on performance, and new commit pages

File last commit:

r645:c8c27324 default
r3743:b018c011 new-ui
Show More
redmine.rst
28 lines | 913 B | text/x-rst | RstLexer

Redmine integration

Important

Redmine integration is only available in |RCEE|.

Important

In order to make issue numbers clickable in commit messages, see the section :ref:`rhodecode-issue-trackers-ref`. Redmine integration is specifically for altering Redmine issues.

Redmine integration allows you to reference and change issue statuses in Redmine directly from commit messages, using commit message patterns such as fixes #235 in order to change the status of issue 235 to eg. "Resolved".

To set a Redmine integration up, it is first necessary to obtain a Redmine API key. This can be found under My Account in the Redmine application. You may have to enable API Access in Redmine settings if it is not already available.

Once you have the API key, create a Redmine integration as outlined in :ref:`creating-integrations`.