6 Micro update
* added mode parameter for csv_reader and csv_writer function
* Added new reporting example
python
from jiraone import LOGIN, PROJECT
user = "email"
password = "token"
link = "https://yourinstance.atlassian.net"
LOGIN(user=user, password=password, url=link)
if __name__ == '__main__':
the output of the file would be absolute to the directory where this python file is being executed from
PROJECT.get_all_roles_for_projects(pull="active", user_type="atlassian")