I am trying to run a saved search with python-bugzilla 1.0.0 against a Bugzilla 4.2.2 database. First I use url_to_query and pass the dict ({'sharer_id': '1', 'savedsearch': 'Open bugs'}) to the query method of the BugzillaBase object. As a result I get
xmlrpclib.Fault: <Fault 53: 'savedsearch is not a valid parameter for the Bugzilla::Bug::match function.'>
Any advice? Thanks in advance.
Jan