Releases: princenyeche/jiraone
Releases · princenyeche/jiraone
v0.1.6
v0.1.5
v0.1.4
v0.1.3
#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")
v0.1.2
v0.1.1
v0.1.0
JiraOne
- Create a report using REST API for your Jira Cloud instance
- Use example reports and get the data you need