Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Mercurial with TFS-like work item tracking

Tags:

mercurial

tfs

alm

Does Mercurial offer any type of extensions that offer functionality similar to TFS's work items that when you check in changes that you can associate them to features/defects?

If there isn't much (or any) support for this, how do you handle ALM using Mercurial?

like image 202
Chris Marisic Avatar asked Mar 26 '10 13:03

Chris Marisic


2 Answers

there is the Bugzilla extension but this isn't quite what you want out of the box i think? it may be a good starting point though if you want to write your own extension/hooks to do exactly what you want

if you want to pay money cash then there is fogbugz and kiln

like image 37
jk. Avatar answered Sep 20 '22 17:09

jk.


What you may be looking for is called a distributed bugtracker. There is a number of those available on top of that or another dvcs. I've come across a couple of links:

  1. Bugs Everywhere
  2. DisTract
  3. Distributed bug tracking
like image 150
Alexey B. Avatar answered Sep 18 '22 17:09

Alexey B.