summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-04-30 17:47:04 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-04-30 17:47:04 +0000
commit086b59b9d2f7808f5b71d4b4b38f78c4b15c8a5e (patch)
tree97413ee42494238d90a88c7daabd6fb8c5e2f854
parent13c0eb2c16db8002b1e940d847740be6628d767b (diff)
parent80f7b412c9b1da3a8a2d759729c30ba66845825e (diff)
downloadgitlab-ce-086b59b9d2f7808f5b71d4b4b38f78c4b15c8a5e.tar.gz
Merge branch 'clarify-custom-issue-tracker-docs' into 'master'
Clarify that `project_url` is used See merge request gitlab-org/gitlab-ce!27163
-rw-r--r--doc/user/project/integrations/custom_issue_tracker.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/integrations/custom_issue_tracker.md b/doc/user/project/integrations/custom_issue_tracker.md
index 6fc083170b6..23f1ce7a15a 100644
--- a/doc/user/project/integrations/custom_issue_tracker.md
+++ b/doc/user/project/integrations/custom_issue_tracker.md
@@ -7,9 +7,9 @@ in the table below.
| Field | Description |
| ----- | ----------- |
-| `title` | A title for the issue tracker (to differentiate between instances, for example) |
+| `title` | A title for the issue tracker (to differentiate between instances, for example). |
| `description` | A name for the issue tracker (to differentiate between instances, for example) |
-| `project_url` | Currently unused. Will be changed in a future release. |
+| `project_url` | The URL to the project in the custom issue tracker. |
| `issues_url` | The URL to the issue in the issue tracker project that is linked to this GitLab project. Note that the `issues_url` requires `:id` in the URL. This ID is used by GitLab as a placeholder to replace the issue number. For example, `https://customissuetracker.com/project-name/:id`. |
| `new_issue_url` | Currently unused. Will be changed in a future release. |