summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-04-09 09:57:08 +0000
committerSean McGivern <sean@gitlab.com>2019-04-09 09:57:08 +0000
commit4f5b1341f952a04a80e855aaac540ce6ecb09b45 (patch)
treeb633bd3e8dc782998dcc5c494cb3026a3858e77c
parent7a7808e3ccbfa7c4ea37e4d7ea4421f778027b17 (diff)
downloadgitlab-ce-clarify-custom-issue-tracker-docs.tar.gz
Clarify that `project_url` is usedclarify-custom-issue-tracker-docs
-rw-r--r--doc/user/project/integrations/custom_issue_tracker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/custom_issue_tracker.md b/doc/user/project/integrations/custom_issue_tracker.md
index 6fc083170b6..b6bd771f448 100644
--- a/doc/user/project/integrations/custom_issue_tracker.md
+++ b/doc/user/project/integrations/custom_issue_tracker.md
@@ -9,7 +9,7 @@ in the table below.
| ----- | ----------- |
| `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 issue tracker which is being linked to this GitLab project |
| `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. |