diff options
author | Tim <tgaudette88@gmail.com> | 2016-06-26 13:36:43 -0400 |
---|---|---|
committer | Tim <tgaudette88@gmail.com> | 2016-06-29 06:01:54 -0400 |
commit | bc313deaae2fae3e5532a28245fe72fcf9aef9a6 (patch) | |
tree | 6f9dabc184e0ce79207b648242ec15270a9a756e /doc/integration/external-issue-tracker.md | |
parent | 1023289605f075cef86833ab5c1b0e87d967f69e (diff) | |
download | gitlab-ce-bc313deaae2fae3e5532a28245fe72fcf9aef9a6.tar.gz |
Added Bugzilla as external issue tracker option
Requested in #14669
Added note to changelog
Diffstat (limited to 'doc/integration/external-issue-tracker.md')
-rw-r--r-- | doc/integration/external-issue-tracker.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md index a2d7e922aad..8d2c6351fb8 100644 --- a/doc/integration/external-issue-tracker.md +++ b/doc/integration/external-issue-tracker.md @@ -1,7 +1,7 @@ # External issue tracker GitLab has a great issue tracker but you can also use an external one such as -Jira or Redmine. Issue trackers are configurable per GitLab project and allow +Jira, Redmine, or Bugzilla. Issue trackers are configurable per GitLab project and allow you to do the following: - the **Issues** link on the GitLab project pages takes you to the appropriate @@ -20,6 +20,7 @@ Visit the links below for details: - [Redmine](../project_services/redmine.md) - [Jira](../project_services/jira.md) +- [Bugzilla](../project_services/bugzilla.md) ### Service Template |