##// END OF EJS Templates
feat(configs): deprecared old hooks protocol and ssh wrapper....
feat(configs): deprecared old hooks protocol and ssh wrapper. New defaults are now set on v2 keys, so previous installation are automatically set to new keys. Fallback mode is still available.

File last commit:

r4111:e62fd087 default
r5496:cab50adf default
Show More
issue-trackers.rst
76 lines | 2.0 KiB | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _rhodecode-issue-trackers-ref:
Issue Tracker Integration
=========================
You can set an issue tracker connection in two ways with |RCE|.
docs: updated integrations docs fix #4137
r645 * At the instance level, you can set a default issue tracker.
* At the |repo| level, you can configure an integration with a different issue
project: added all source files and assets
r1 tracker.
docs: added SAML documentation....
r3290 To integrate |RCE| with an issue tracker, you need to define a regular
docs: updated integrations docs fix #4137
r645 expression that will fetch the issue ID stored in commit messages, and replace
project: added all source files and assets
r1 it with a URL. This enables |RCE| to generate a link matching each issue to the
target |repo|.
Default Issue Tracker Configuration
-----------------------------------
To integrate your issue tracker, use the following steps:
1. Open :menuselection:`Admin --> Settings --> Issue Tracker`.
2. In the new entry field, enter the following information:
* :guilabel:`Description`: A name for this set of rules.
* :guilabel:`Pattern`: The regular expression that will match issues
tagged in commit messages, or more see :ref:`issue-tr-eg-ref`.
* :guilabel:`URL`: The URL to your issue tracker.
* :guilabel:`Prefix`: The prefix with which you want to mark issues.
3. Select **Add** so save the rule to your issue tracker configuration.
Repository Issue Tracker Configuration
--------------------------------------
docs: updated integrations docs fix #4137
r645 You can configure specific |repos| to use a different issue tracker than the
default one. See the instructions in :ref:`repo-it`
project: added all source files and assets
r1
.. _issue-tr-eg-ref:
dan
issue-tracker: moved example to the input box...
r4111
project: added all source files and assets
r1 Jira Integration
----------------
dan
issue-tracker: moved example to the input box...
r4111 Please check examples in the view for configuration the issue trackers.
project: added all source files and assets
r1
Confluence (Wiki)
-----------------
dan
issue-tracker: moved example to the input box...
r4111 Please check examples in the view for configuration the issue trackers.
project: added all source files and assets
r1
Redmine Integration
-------------------
dan
issue-tracker: moved example to the input box...
r4111 Please check examples in the view for configuration the issue trackers.
project: added all source files and assets
r1
dan
issue-tracker: moved example to the input box...
r4111 Redmine wiki Integration
------------------------
project: added all source files and assets
r1
dan
issue-tracker: moved example to the input box...
r4111 Please check examples in the view for configuration the issue trackers.
project: added all source files and assets
r1
Pivotal Tracker
---------------
dan
issue-tracker: moved example to the input box...
r4111 Please check examples in the view for configuration the issue trackers.
project: added all source files and assets
r1
Trello
------
dan
issue-tracker: moved example to the input box...
r4111 Please check examples in the view for configuration the issue trackers.