Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 822387

Summary: RFE: XML-RPC method for listing my jobs
Product: [Retired] Beaker Reporter: Vojtech Juranek <vjuranek>
Component: reportsAssignee: James de Vries <jdevries>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 0.9CC: bpeck, dcallagh, ebaak, jdevries, mishin, rmancy, stl
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: 2012-10-11 23:50:12 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 Vojtech Juranek 2012-05-17 08:38:17 UTC
Description of problem:
it seems there isn't any XML-RPC method available which would lists all my jobs.
There's jobs.mine() method, which however returns whole HTML page so I have to 
dig it from HTML code. It would be nice to have a XML-RPC method which would return a simple list of my jobs, if possible with a parameter which can specify status of the jobs (e.g. list only unfinished jobs etc.)

Comment 1 James de Vries 2012-08-30 02:15:33 UTC
Currently, jobs.list() is used to retrieve a list of jobs. However it does not support filtering by owner. I'll probably add this support in the form of two parameters: One to filter results by the owners username, and for when its not convenient to know your own username, a "mine" parameter, which when true will only return the jobs of the user you are currently logged in as.

Comment 2 Bill Peck 2012-09-04 17:53:18 UTC
*** Bug 649485 has been marked as a duplicate of this bug. ***

Comment 5 Dan Callaghan 2012-10-11 23:50:12 UTC
Beaker 0.9.4 has been released.