| Summary: | Lost the xmlrpc method of RedHat.component_search and RedHat.versionControl | ||
|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Rony Gong 🔥 <qgong> |
| Component: | Bugzilla General | Assignee: | PnT DevOps Devs <hss-ied-bugs> |
| Status: | CLOSED NOTABUG | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.0 | CC: | huiwang, qgong |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-10-19 03:46:25 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: | |
The following custom API extensions where removed for Bugzilla 5: versionControl jiraChange sfdcChange getAllGroups updateAttachMimeType |
Description of problem: Lost the xmlrpc method of RedHat.component_search and RedHat.versionControl Version-Release number of selected component (if applicable): 5.0.3-rh11 How reproducible: 100% Steps to Reproduce: 1.Execute method RedHat.versionControl xmlrpc.RedHat.versionControl({'files': 'test', 'revno': '32', 'Bugzilla_login': 'admin1', 'repo': 'test', 'Bugzilla_password': '***', 'message': 'test', 'id': 2, 'author': 'qgong', 'project': 'test', 'type': 'commit', 'commit_time': '2014-03-02', 'revision': 'M1bS'}) 2.Execute method RedHat.component_search xmlrpc.RedHat.component_search({'login': 'admin1', 'password': '******', 'component': 'Administration', 'product': 'Bugzilla'}) Actual results: =============XMLRPC Execution Results============= {'fault_code': -32601, 'fault_string': "The requested method 'RedHat.versionControl' was not found."} =============XMLRPC Execution Results============= {'fault_code': -32601, 'fault_string': "The requested method 'RedHat.component_search' was not found."} Expected results: Additional info: