Bug #680
configure auto generated links to point to external webserver
0%
Description
Git or cvs browser automatically generates link to the bugzilla issue or review board bug assuming bugzilla and review board are on the same site, cdcvs.
It points to the not related issue if the project uses external bugzilla and review servers.
Is will be desirable to have configurable external bugzilla and review board servers for the project, or have automatic linking turned off.
Example:
https://cdcvs.fnal.gov/redmine/projects/enstore/repository/changes/src/encp.py
(bugzilla #649)
refers to
https://cdcvs.fnal.gov/redmine/issues/649
it shall point to
http://www-enstore.fnal.gov/Bugzilla/show_bug.cgi?id=649
(Bugzilla #839, review board #196)
points to
https://cdcvs.fnal.gov/redmine/issues/196
instead of
http://uqbar.fnal.gov/reviews/r/196/
History
#1 Updated by Marc Mengel about 10 years ago
If you are not using the bug tracker in Redmine, we could put in a
redirect that sends folks to your bugzilla if they try to go to
the Redmine issue tracker...
The text of the url would be the same, but you would end up in the
right place...