Mirror of https://gitlab.redox-os.org/redox-os/tfs
-
Updated
Dec 14, 2020 - Rust
Add a description, image, and links to the tfs topic page so that developers can more easily learn about it.
To associate your repository with the tfs topic, visit your repo's landing page and select "manage topics."
validateOnly=trueis used to test work item creation without actually creating one.Therefore, response contains fields of not-created-workitem.
Logically, it does not contain
System.ID.That breaks
WorkItem.__init__()method that tries toself.id = self.data["id"]while data has no"id".