Hi Chris, On Wed, 2009-10-21 at 14:49 -0400, Chris Blanco wrote: > I just setup scmbug to work with SVN and Mantis. I have two questions: > > 1) How can add states to the valid states for checking in items? > Currently the bug must be in an assigned state, but I have custom > states that I use to track progress. Those are the states the bug will > be in when it is acted upon.
You can add states to the valid states by editing Mantis.pm -- in particular editing the variables $mantis_bug_status_map and $mantis_bug_resolution_map. > 2) I would like to RESOLVE an issue and change the assigned field > to a specific user, can that be done with scmbug??? This is a known issue: http://bugzilla.mkgnu.net/show_bug.cgi?id=1348 Mantis.pm:integration_change_bug_resolution() is the routine that resolves issues. I believe the additional $resolution_data are not yet used, but if you extend that routine you could change the assigned field to a specific user. I would welcome a patch for this. Thanks for the feedback. Kristis
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
