Merge branch 'clarify-custom-issue-tracker-docs' into 'master'
Clarify that `project_url` is used See merge request gitlab-org/gitlab-ce!27163
This commit is contained in:
commit
086b59b9d2
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ in the table below.
|
||||||
|
|
||||||
| Field | Description |
|
| 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) |
|
| `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`. |
|
| `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. |
|
| `new_issue_url` | Currently unused. Will be changed in a future release. |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue