Jiraone

Latest version: v0.8.4

Safety actively analyzes 638720 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 11

0.1.4

7 Micro change
* Added more API endpoints specific to Jira Software, Jira Service Management and Jira Core.

0.1.3

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")

0.1.2

Micro update 5
Micro updates
* Corrected Docstrings

0.1.1

Micro changes 4
* code clean up on codacy

0.1.0

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

Page 11 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.