Bug 986389
| Summary: | python-bugzilla url_to_query aborts on url containing 'cmdtype=...' - Server error: <Fault 53: 'cmdtype is not a valid parameter for the Bugzilla::Bug::match function.'> | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frantisek Reznicek <freznice> |
| Component: | python-bugzilla | Assignee: | Will Woods <wwoods> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bugs.michael, crobinso, dzickus, esammons, freznice, jskarvad, wwoods |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-25 13:53:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Frantisek Reznicek
2013-07-19 16:14:38 UTC
How did you generate that search URL in the bugzilla web UI? (In reply to Cole Robinson from comment #1) > How did you generate that search URL in the bugzilla web UI? Very good question, I took it from MRG meeting minutes, so I do not know how it was generated. The obvious workaround is to use the URL, go 'edit search' change nothing and return to that bug-list with much longer BZ URL query which is functional as far as I checked. (In reply to Cole Robinson from comment #1) > How did you generate that search URL in the bugzilla web UI? Actually I figured it out, using Bugzilla Web UI clicking on 'Remember Search' + providing custom bug-list name Thanks for the info Frantisek. Looking at the docs, seems like the bugzilla xmlrpc interface does not provide a way to access saved searches. So the only way around this is to resolve the saved search with a browser like you mentioned, then copy that full URL to the command line. |