jira.rst
27 lines
| 813 B
| text/x-rst
|
RstLexer
r552 | .. _integrations-jira: | |||
JIRA integration | ||||
================ | ||||
.. important:: | ||||
r645 | JIRA integration is only available in |RCEE|. | |||
r552 | ||||
.. important:: | ||||
r645 | 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. | ||||
r552 | ||||
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 | ||||
r645 | eg. "Resolved". | |||
r552 | ||||
r645 | 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. | ||||
r552 | ||||
r645 | Once you have the transition status id, you can create a JIRA integration | |||
as outlined in :ref:`creating-integrations`. | ||||