From 17b422cf97c9f66ac9e87f9e22480042ccb37ce5 Mon Sep 17 00:00:00 2001 From: dosire Date: Fri, 24 Jan 2014 12:09:33 +0100 Subject: Jira integration documentation. --- doc/integration/external-issue-tracker.md | 7 +++++++ doc/integration/jira-integration-points.png | Bin 0 -> 67854 bytes 2 files changed, 7 insertions(+) create mode 100644 doc/integration/external-issue-tracker.md create mode 100644 doc/integration/jira-integration-points.png diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md new file mode 100644 index 00000000000..fb645a5c9e6 --- /dev/null +++ b/doc/integration/external-issue-tracker.md @@ -0,0 +1,7 @@ +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; +- textual references to PROJECT-1234 in comments, commit messages get turned into HTML links to the corresponding JIRA issue. + +Also see the [screenshot](jira-intergration-points.png) below. diff --git a/doc/integration/jira-integration-points.png b/doc/integration/jira-integration-points.png new file mode 100644 index 00000000000..0692a7b458a Binary files /dev/null and b/doc/integration/jira-integration-points.png differ -- cgit v1.2.1 From b9062368ab9c2df1b371568609e8b05b54773f3c Mon Sep 17 00:00:00 2001 From: dosire Date: Fri, 24 Jan 2014 12:12:04 +0100 Subject: Embed screenshot. --- doc/integration/external-issue-tracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md index fb645a5c9e6..b2500a47510 100644 --- a/doc/integration/external-issue-tracker.md +++ b/doc/integration/external-issue-tracker.md @@ -4,4 +4,4 @@ GitLab has a great issue tracker but you can also use an external issue tracker - clicking 'New issue' on the project dashboard creates a new JIRA issue; - textual references to PROJECT-1234 in comments, commit messages get turned into HTML links to the corresponding JIRA issue. -Also see the [screenshot](jira-intergration-points.png) below. +[jira screenshot](jira-intergration-points.png) -- cgit v1.2.1 From 3de736ed0f48fc00073b6e2b8699a48ec64466fd Mon Sep 17 00:00:00 2001 From: dosire Date: Fri, 24 Jan 2014 12:12:36 +0100 Subject: Need ! to embed. --- doc/integration/external-issue-tracker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md index b2500a47510..02eadfd410a 100644 --- a/doc/integration/external-issue-tracker.md +++ b/doc/integration/external-issue-tracker.md @@ -4,4 +4,4 @@ GitLab has a great issue tracker but you can also use an external issue tracker - clicking 'New issue' on the project dashboard creates a new JIRA issue; - textual references to PROJECT-1234 in comments, commit messages get turned into HTML links to the corresponding JIRA issue. -[jira screenshot](jira-intergration-points.png) +![jira screenshot](jira-intergration-points.png) -- cgit v1.2.1