##// END OF EJS Templates
comments: added rcextensions hoooks for comment editing, and renamed methods to remove odd log_ prefix which...
comments: added rcextensions hoooks for comment editing, and renamed methods to remove odd log_ prefix which isn't exactly what those functions were actually doing.

File last commit:

r4374:659662b0 stable
r4445:5a5c90c0 default
Show More
jira.rst
34 lines | 1.1 KiB | text/x-rst | RstLexer

JIRA integration

Important

JIRA integration is only available in |RCEE|.

Important

In order to make issue numbers clickable in commit messages, see the :ref:`rhodecode-issue-trackers-ref` section. The JIRA integration only deals with altering JIRA issues.

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

In order to apply a status to a JIRA issue, it is necessary to find the transition status id in the Workflow section of JIRA.

Once you have the transition status id, you can create a JIRA integration as outlined in :ref:`creating-integrations`.

Note

There's an option to configure integration templates. Please see :ref:`integrations-rcextensions` section. rcextensions examples are here: https://code.rhodecode.com/rhodecode-enterprise-ce/files/default/rhodecode/config/rcextensions/examples/custom_integration_templates.py