Hello I've a question about status synchronization between HPQC and Azure DevOps.
Imagine the following status :
HPQC | AZURE DEVOPS |
NEW | NEW |
REOPEN | ACTIVE |
RESOLVED | RESOLVED |
When de bug Azure devops is resolved, the status of the defect in HP QC is changed to "resolved" ==> OK
If the tester in HPQC changes the status of the defect in "REOPEN" , the status of the bug in azure devops must be changed in "active".
At this point I've a problem because the status in devops is correctly changed but I've an error message "Resolved Date must be empty" (Microsoft.VSTS.Common.ResolvedDate)
the field "ResolvedDate" is a system field not visible on Azdo screen
Is there a mean in mf connect to force this system field as empty in calculated value ? I already tried with null, "", and 0000-00-00 but it does'nt work
Thanks for you help