Configuring Subversion for Work Item References in Commit Messages
The properties below must be configured to work with tracker items from Eclipse/Subclipse or Tortoise. For more information about using Tortoise, visit https://tortoisesvn.net.
Property
Value
bugtraq:append
false
bugtraq:label
Work Item ID
bugtraq:logregex
(#[1-9][0-9]{3,9}) (\d+)
bugtraq:message
#%BUGID%
bugtraq:number
true
bugtraq:url
https://Codebeamer.com/cb/issue/%BUGID%
bugtraq:warnifnoissue
true
The screenshot below shows how to configure Tortoise.
* 
The content of bugtraq:url depends on Codebeamer URL.
After the properties are configured, Subclipse and/or Tortoise will provide a new text field to enter Codebeamer tracker item ID (for example 12543) and it won't be necessary to include tracker item IDs in the commit text.
Additionally, Subclipse and Tortoise will provide URL links to the tracker items from the history/log views.
Was this helpful?