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.)
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.
*** Bug 649485 has been marked as a duplicate of this bug. ***
Beaker 0.9.4 has been released.