Skip to content

Releases: princenyeche/jiraone

v0.1.6

10 Jan 11:25
241656d
Compare
Choose a tag to compare

#10 Micro update

  • rectified condition for issue method e.g. endpoint.issues()

v0.1.5

10 Jan 10:13
418934c
Compare
Choose a tag to compare

#7 Micro updates

  • Corrected and patch v0.1.4 to be of standard to Codacy code test.

v0.1.4

10 Jan 09:41
80fed91
Compare
Choose a tag to compare

#7 Micro change

  • Added more API endpoints specific to Jira Software, Jira Service Management and Jira Core.

v0.1.3

05 Jan 16:04
80fed91
Compare
Choose a tag to compare

#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

05 Jan 07:46
d5b8a94
Compare
Choose a tag to compare

#5

Micro updates

  • Corrected Docstrings

v0.1.1

04 Jan 08:49
61f61f6
Compare
Choose a tag to compare

#4

Micro changes

  • code clean up on codacy

v0.1.0

04 Jan 08:02
73203f7
Compare
Choose a tag to compare

JiraOne

  • Create a report using REST API for your Jira Cloud instance
  • Use example reports and get the data you need