Azure DevOps
Migrating and integrating work management tools Migrating from other work management tools to Azure DevOps takes considerable planning. Most work management tools are highly configurable by the end user. This means that there might not be a tool available that will perform the migration without further configuration. One example is Jira.
In the Visual Studio Marketplace, Solidify offers a tool for Jira to Azure DevOps migration. It does the migration in two phases. Jira issues are exported to files and then the files are imported to Azure DevOps.
PpIf you decide to try to write the migration code yourself, the following blog post provides sample code that might help you to get started: Migrate Your Project From Jira to Azure DevOps
Migrating and integrating test tools Azure Test Plans are used to track manual testing for sprints and milestones. This allows you to track when that testing is complete.
Apache JMeter is open source software written in Java and designed to load test functional behavior and measure performance.
Pester is a tool that can be used to automate the testing of PowerShell code.
SoapUI is another testing framework for SOAP and REST testing.
Last updated
Was this helpful?