Skip to content

v0.1.3

Compare
Choose a tag to compare
@princenyeche princenyeche released this 05 Jan 16:04
· 641 commits to main since this release
80fed91

#6 Micro update

  • added mode parameter for csv_reader and csv_writer function
  • Added new reporting example
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")