gitlab-org--gitlab-foss/doc/integration/external-issue-tracker.md

32 lines
1.0 KiB
Markdown
Raw Normal View History

2014-04-24 22:48:22 +00:00
# External issue tracker
GitLab has a great issue tracker but you can also use an external one such as
Jira, Redmine, or Bugzilla. Issue trackers are configurable per GitLab project and allow
you to do the following:
2014-01-24 11:09:33 +00:00
- the **Issues** link on the GitLab project pages takes you to the appropriate
issue index of the external tracker
- clicking **New issue** on the project dashboard creates a new issue on the
external tracker
## Configuration
The configuration is done via a project's **Services**.
### Project Service
To enable an external issue tracker you must configure the appropriate **Service**.
Visit the links below for details:
- [Redmine](../project_services/redmine.md)
2016-01-25 22:52:04 +00:00
- [Jira](../project_services/jira.md)
- [Bugzilla](../project_services/bugzilla.md)
### Service Template
To save you the hassle from configuring each project's service individually,
GitLab provides the ability to set Service Templates which can then be
overridden in each project's settings.
Read more on [Services Templates](../project_services/services_templates.md).