Integration with External Bug Tracker
|
|
Hi, A couple of questions: o We would like to be able to put commit comments and have the stream view parse comments of the form #xx to put in a url to the bug database. Is this possible? o It seems that the integrated code browser does allow us to put in our own url prefixes – however it adds a ’/’ for every generated url which is a problem for many bug databases whose urls are of the form ‘bugId=xx’ as opposed to ‘bugId/xx’. Not adding the extra ’/’ will allow both groups to work. Can this fix be done? Will appreciate the fixes. Thanks! Vineet |
|
|
I think our system will allow you to do what you want. You can use our Webhooks tool to integrate with ticket systems that have a REST interface for code commits. You can tell it to post commit events to a URL, with a user-defined post format. Yes, we can make a correct link to your bug tracker from the code browser. We are in the process of fixing the URL format so that you can substitute the ”#ticket” into any URL string. I posted this ticket last week. We might be able to release it this coming Monday: http://www.assembla.com/spaces/ruby-code-browse… Assembla Trac does not have an email interface. However, the Assembla Tickets tool does have a “beta” email interface. It is not elegant, but we will be refining it. You can find more information here: http://www.assembla.com/wiki/show/breakoutdocs/... |
|
|
Andy, Thanks for the response. If you guys are providing the email interface – we will look into using it instead and migrating from our old system. Will look forward to the release this Monday. If you have a link to compare Assemlta Trac with Assembla Tickets I would like to see it. Vineet |
