'Azure DevOps Rest API: Import work items in foreign language
I have been working on exporting work items and importing it to another environment using Azure DevOps Rest API. Few of the work items are in russian language eg the work item title and description. The export work items work well and i could see the title and description in russian, but when importing the work item using rest api: [https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/create?view=azure-devops-rest-6.0] the title and description was not imported well. I am seeing something like ???? ?????????/????????? ?????? ?????????, ????????? for work item description. Is there any encoding to do before importing the work items?
Thanks
Solution 1:[1]
Is there any encoding to do before importing the work items?
No, there is no encoding can be done before importing the work items using azure devops-Rest Api.
You can Refer this document to know about import, export, and manage work item types.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | RajkumarMamidiChettu-MT |
