Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经完成了从一个 DevOps 到另一个 DevOps 的 WorkItemMigration。在我的测试环境中一切正常。但是在直播系统中,讨论评论中的所有图片都被删除了。是否有任何可能导致图像丢失的设置?
您需要PersonalAccessToken为源和目标设置 a ,然后设置"tachmentLinks为 true。
PersonalAccessToken
"tachmentLinks
true
这将使用其余 API 下载图像并将它们作为附加附件添加到工作项上。