This is a simple JIRA API client that came about as a result of repetive task I needed to perform.
- Docker
- Docker Compose
- Update the contents in the
config.jsonfileurl: the Confluence home pageusername: the username of a user that has admin permissions on JIRApassword: the password of the user
docker-compose build
docker-compose run jira_admin_tools bashpython jira-client.py config.json
This code was run on Python 2.7 and Ubuntu 16.04. It was tested on JIRA 7.2.4