Skip to content

Instantly share code, notes, and snippets.

@bastos
Created May 14, 2010 13:44
Show Gist options
  • Save bastos/401161 to your computer and use it in GitHub Desktop.
Save bastos/401161 to your computer and use it in GitHub Desktop.
import xmlrpclib
s = xmlrpclib.ServerProxy('http://fancyjiraurl.com/rpc/xmlrpc')
auth = s.jira1.login('lolo', 'lololo')
test = s.jira1.getIssuesFromFilter(auth, '123456')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment