TaskVisionToMantis

This is a tool that enables the migration of data from Task Vision to Mantis Bugtracker.
Following are the steps to following to do such migration:

- Backup your Task Vision database
- Install Mantis Bugtracker with MS SQL Server as the backend.
- Customise the statuses and severities as required.
- Revise TaskVisionStatusToMantisStatus() method in TaskVisionToMantis.cs to do the appropriate mapping as per your data.
- Revise TaskVisionPriorityToMantisPriority() method in TaskVisionToMantis.cs
- Revise TaskVisionConnectionString and MantisConnectionString connection strings to point to the appropriate databases.
- Run the migration tool.