Hi, We installed fogbugz 8 yesterday and our code using xml api is now broken. We use xml api's cmd=Search function to get all the cases associated with our lead from fogbugz, to show them in our internal client services tool.
Eg. my search query is
tag:l2275- tag:l22750- tag:l22751- tag:l22752- tag:l22753- tag:l22754- tag:l22755- tag:l22756- tag:l22757- tag:l22758- tag:l22759
which worked well on fogbugz 7 until yesterday and today, when I type this query in fogbugz UI, it resolves to
tag:"l2275-" tag:"l22750-" tag:"l22751-" tag:"l22752-" tag:"l22753-" tag:"l22754-" tag:"l22755-" tag:"l22756-" tag:"l22757-" tag:"l22758-" tag:"l22759"
and returns 0 results.
Any help is greatly appreciated. Thanks,