gitlab-org--gitlab-foss/doc/integration/external-issue-tracker.md
Marin Jankovski 6b04a5f910
Add support for Jira ticket mentions in format JIRA-123.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	CHANGELOG-EE
2014-05-13 15:33:38 +03:00

684 B

GitLab has a great issue tracker but you can also use an external issue tracker such as JIRA or Redmine. This is something that you can turn on per GitLab project. If for example you configure JIRA it provides the following functionality:

  • the 'Issues' link on the GitLab project pages takes you to the appropriate JIRA issue index;
  • clicking 'New issue' on the project dashboard creates a new JIRA issue;
  • To reference JIRA issue PROJECT-1234 in comments, use syntax PROJECT-1234. Commit messages get turned into HTML links to the corresponding JIRA issue.

jira screenshot

You can configure the integration in the gitlab.yml configuration file.