diff options
author | Long Nguyen <long.polyglot@gmail.com> | 2016-05-14 15:41:18 +0700 |
---|---|---|
committer | Long Nguyen <long.polyglot@gmail.com> | 2016-05-14 15:41:18 +0700 |
commit | b9ab18f6edc3c8f668f16996f6cfa36d126a8082 (patch) | |
tree | 4f83c9138bfbcc4e50584c32056e23ccb1b76c34 /doc/api | |
parent | 7b7e0032ed94f6671389d899e5175d6ec9128df8 (diff) | |
parent | c3acc8222e8e084946366987745d03031ca44636 (diff) | |
download | gitlab-ce-b9ab18f6edc3c8f668f16996f6cfa36d126a8082.tar.gz |
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into issue_17479_todos_not_remove_when_leave_project
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/services.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index 7d45b2cf463..83ac7845156 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -491,7 +491,7 @@ Jira issue tracker Set JIRA service for a project. -> Setting `project_url`, `issues_url` and `new_issue_url` will allow a user to easily navigate to the Jira issue tracker. See the [integration doc](http://doc.gitlab.com/ce/integration/external-issue-tracker.html) for details. Support for referencing commits and automatic closing of Jira issues directly from GitLab is [available in GitLab EE.](http://doc.gitlab.com/ee/integration/jira.html) +> Setting `project_url`, `issues_url` and `new_issue_url` will allow a user to easily navigate to the Jira issue tracker. See the [integration doc](http://docs.gitlab.com/ce/integration/external-issue-tracker.html) for details. Support for referencing commits and automatic closing of Jira issues directly from GitLab is [available in GitLab EE.](http://docs.gitlab.com/ee/integration/jira.html) ``` PUT /projects/:id/services/jira |