View Issue Details

IDProjectCategoryView StatusLast Update
0008510mantisbtintegrationpublic2010-09-19 03:11
Reportergabbrescia Assigned Todhx  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Summary0008510: Integration with Microsoft VS Team Foundation Server 2005
Description

I have to use VS Team Foundation Server 2005 for source safe functionality but I would like to continue to use mantis :) for issue/bug tracking instead of TFS "work item". At the same time i would link check-in with a "work item" for traceability.

So at minimum will be sufficient to cover this two use case:

a) insert isssue throw an insert workitem in TFS;
b) check in source throw resolved issue in mantis;

For use case a) it is possible to use mantis soap.
For use case b) which is a good/clean/simple solution?

TagsNo tags attached.

Relationships

related to 0011732 closeddhx Remove built-in source code integration support 

Activities

jreese

jreese

2009-10-12 13:06

reporter   ~0023153

With Mantis 1.2, I've created a plugin that integrates a generalized concept of source control systems into MantisBT, and I have already implemented support for SVN and Git: http://leetcode.net/blog/2009/01/integrating-git-svn-with-mantisbt/ and http://git.mantisforge.org/w/source-integration.git

It should be relatively straightforward to implement integration with other source control systems by creating a new integration extension following the same form as the Git and SVN integrations. A basic overview of how to do that is a little out of date, but found at: http://leetcode.net/blog/2009/03/integrating-source-control-with-mantisbt/

If you would like to contribute a TFS integration plugin to my existing project (AGPL license), I would be more than happy to accept bug reports and patch submissions on my own tracker at http://leetcode.net/mantis/

Cheers

dhx

dhx

2010-03-31 03:27

reporter   ~0024944

Won't fix as this old source code integration support is being dropped in favour of using a more modern plugin approach with the SourceIntegration plugin.

Refer to 0011732 for more details and feedback.