Issue tracker URL support

Asked by Matt Layman

In TortoiseSVN, it is possible to use bugtraq properties on a Subversion directory to customize the log message and the tool's ability to integrate with any issue tracker. For example, in a log message, something like "Bug #123" could show up as a hyperlink directly to associated bug in the project's issue tracking system.

Is any capability like this available to TortoiseBzr? I know bugtraq is not available in Bazaar (to my knowledge), but I don't know what issue tracking support is available to Bazaar. I'd like to hook up a Bazaar repository with my company and associate it with our bug tracker.

Question information

Language:
English Edit question
Status:
Solved
For:
TortoiseBZR Edit question
Assignee:
No assignee Edit question
Solved by:
IWATA Hidetaka
Solved:
Last query:
Last reply:
Revision history for this message
Matt Layman (mblayman) said :
#1

I did a bit more hunting and can refine my question better.

Bazaar has support for a "bugs" revision property. Does TortoiseBzr recognize this revision property?

Revision history for this message
Best IWATA Hidetaka (hid-iwata) said :
#2

Most of GUIs of TortoiseBzr belong to qbzr plugin, so this is actually qbzr topic.

In commit dialog, you can specify bug id to `Fixed bugs` box.
In log dialog, specified bug ids are displayed on the revision-graph, and hyperlinks to bug tracker are shown on the revision-detail pane.

This command tell you how to setup bug tracker url:
  bzr help bugs

If you want more higher linkage between bzr and bug tracker (e.g. auto ticket closing), you can use post_push hook etc.

Revision history for this message
Matt Layman (mblayman) said :
#3

Thanks iwata, that solved my question.