Using API we need Last modified defects
we use
var allDefects = axosoftClient.Defects.Get(new Dictionary { { "search_string", "LastUpdatedDateTime >=2014-01-01" } });
but that code not working
please help me
↧