Skip to content
Snippets Groups Projects
Commit ed997108 authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch 'custom-issue-tracker-docs' into 'master'

Update custom issue tracker docs

See merge request gitlab-org/gitlab-ce!18375
parents bcaba662 6f815e54
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,8 +15,8 @@ in the table below.
 
Once you have configured and enabled Custom Issue Tracker Service you'll see a link on the GitLab project pages that takes you to that custom issue tracker.
 
## Referencing issues
 
Issues are referenced with `#<ID>`, where `<ID>` is a number (example `#143`).
So with the example above, `#143` would refer to `https://customissuetracker.com/project-name/143`.
\ No newline at end of file
- 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`).
- `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`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment