10 years ago
JIRA issues reporting with Python
I recently took interest in knowing how one of the projects I worked previously had evolved in JIRA over time. So I decided to write a python script to do it for me. Turns out it's pretty easy, using the xmlrpclib that comes with python, if your JIRA...