Bug 1386459 - Lost the xmlrpc method of RedHat.component_search and RedHat.versionControl
Summary: Lost the xmlrpc method of RedHat.component_search and RedHat.versionControl
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 5.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium vote
Target Milestone: ---
Assignee: PnT DevOps Devs
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-19 02:55 UTC by Rony Gong 🔥
Modified: 2016-10-19 03:46 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-19 03:46:25 UTC


Attachments (Terms of Use)

Description Rony Gong 🔥 2016-10-19 02:55:51 UTC
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:

Comment 1 Jeff Fearn 🐞 2016-10-19 03:46:25 UTC
The following custom API extensions where removed for Bugzilla 5:

versionControl
jiraChange
sfdcChange
getAllGroups
updateAttachMimeType


Note You need to log in before you can comment on or make changes to this bug.