Mirror of https://gitlab.redox-os.org/redox-os/tfs
-
Updated
Jan 22, 2020 - Rust
Hello,
In a rule, have possibility to specify this directive :
.bypassrule=true
In this case, when a workitem is update, the process rules are ignored.
Thank you.
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".