Is it possible to import/ upload bugs along with linked tests (by id/ name) in Azure devops?
The microsoft docs (https://docs.microsoft.com/en-us/azure/devops/boards/queries/import-work-items-from-csv?view=azure-devops) mention about importing work ites with parent - child relationship. I need to import bug and associate it with test case id/ name (direct link relationship). E.g. In csv file I can mention bug title in one column and associated test case id/ name in other. Then I should be able to upload csv file, and test case should be automatically linked to bug after upload.