From 8d83369f34dde43534638cd3ce1ef175f6974bbf Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Fri, 13 Feb 2015 13:20:07 -0800 Subject: [PATCH] Make the description in the first header easier for understanding. --- doc/integration/jira.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/integration/jira.md b/doc/integration/jira.md index 4c060f032d..99458af7f2 100644 --- a/doc/integration/jira.md +++ b/doc/integration/jira.md @@ -1,8 +1,11 @@ # GitLab Jira integration GitLab can be configured to interact with Jira. -You can set a default Jira server for all GitLab projects ([see external issue tracker document](external-issue-tracker.md#service-template)) but you can also configure a project to connect to another Jira server than the default one. -Once the project is connected to Jira, you can reference and close the issues in Jira directly from GitLab. + +Each project can be configured to connect to a different Jira instance, configuration is explained [here](#configuration). +If you have one Jira instance you can pre-fill the settings page with a default template. To configure the template [see external issue tracker document](external-issue-tracker.md#service-template)). + +Once the project is connected to Jira, you can reference and close the issues in Jira directly from GitLab. This functionality is only available in GitLab Enterprise Edition as described in this document. ## Table of Contents