diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-27 00:08:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-27 00:08:09 +0000 |
commit | 6348b76e4b4dd4e398915c3150c1d02aafa3f13b (patch) | |
tree | c8c53d4adac92d4576d73d33ebeeaa62a2626b12 /doc | |
parent | 03a70b84edfb86bc27f9234e1f1d157d3a33c555 (diff) | |
download | gitlab-ce-6348b76e4b4dd4e398915c3150c1d02aafa3f13b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/integrations/custom_issue_tracker.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/user/project/integrations/custom_issue_tracker.md b/doc/user/project/integrations/custom_issue_tracker.md index 7c7263704f9..99f80aea8d1 100644 --- a/doc/user/project/integrations/custom_issue_tracker.md +++ b/doc/user/project/integrations/custom_issue_tracker.md @@ -3,7 +3,7 @@ To enable the Custom Issue Tracker integration in a project, navigate to the [Integrations page](project_services.md#accessing-the-project-services), click the **Customer Issue Tracker** service, and fill in the required details on the page as described -in the table below. +in the table below. You will be able to edit the title and description later as well. | Field | Description | | ----- | ----------- | @@ -17,6 +17,9 @@ Once you have configured and enabled Custom Issue Tracker Service you'll see a l ## Referencing issues -- Issues are referenced with `ANYTHING-<ID>`, where `ANYTHING` can be any string and `<ID>` is a number used in the target project of the custom integration (example `PROJECT-143`). +- Issues are referenced with `ANYTHING-<ID>`, where `ANYTHING` can be any string in CAPS and `<ID>` +is a number used in the target project of the custom integration (for example, `PROJECT-143`). - `ANYTHING` is a placeholder to differentiate against GitLab issues, which are referenced with `#<ID>`. You can use a project name or project key to replace it for example. -- So with the example above, `PROJECT-143` would refer to `https://customissuetracker.com/project-name/143`. +- When building the hyperlink, the `ANYTHING` part is ignored, and links always point to the address +specified in `issues_url`, so in the example above, `PROJECT-143` would refer to +`https://customissuetracker.com/project-name/143`. |