diff options
author | Sean McGivern <sean@gitlab.com> | 2019-04-09 09:57:08 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-04-30 13:51:36 +0100 |
commit | 80f7b412c9b1da3a8a2d759729c30ba66845825e (patch) | |
tree | 99f10564f9a8547cea87374cb7d9382b7982a791 /doc/user | |
parent | 7a7808e3ccbfa7c4ea37e4d7ea4421f778027b17 (diff) | |
download | gitlab-ce-80f7b412c9b1da3a8a2d759729c30ba66845825e.tar.gz |
Clarify that `project_url` is used
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/integrations/custom_issue_tracker.md | 4 |
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. | |