summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-24 11:23:50 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-24 11:23:50 +0000
commit17086ea14470b4cad5bac1de23f50be9e78b66a2 (patch)
tree0217fe47584f52fdb65735a5fccb1e721061fecc
parent2adbc0b778985ee6b0a78b5acd845904520ccc64 (diff)
parent3de736ed0f48fc00073b6e2b8699a48ec64466fd (diff)
downloadgitlab-ce-17086ea14470b4cad5bac1de23f50be9e78b66a2.tar.gz
Merge branch 'jira-integration' into 'master'
Jira Integration
-rw-r--r--doc/integration/external-issue-tracker.md7
-rw-r--r--doc/integration/jira-integration-points.pngbin0 -> 67854 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md
new file mode 100644
index 00000000000..02eadfd410a
--- /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.
+
+![jira screenshot](jira-intergration-points.png)
diff --git a/doc/integration/jira-integration-points.png b/doc/integration/jira-integration-points.png
new file mode 100644
index 00000000000..0692a7b458a
--- /dev/null
+++ b/doc/integration/jira-integration-points.png
Binary files differ