Jiraone

Latest version: v0.8.6

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

Scan your dependencies

Page 6 of 12

0.5.0

Micro update 65
* Corrected URL for codacy on `README.md` file.

0.4.9

Micro update 64
* Updated the repo project URL
* Updated name on MIT License 63

0.4.8

Micro update 62
* Added new methods to endpoint API.

0.4.7

Micro update 60
* Added two other methods to manage api. `get_all_users` and `find_user`.
* The former returns all the users in the organization and the later finds a specific user based on displayname, accountId or email address

0.4.6

Micro update 57

* Added two new functions used by organization users such as `bulk_change_email` and `bulk_change_swap_email` in the `jiraone.module`. It makes use of the organization API that was released in 54

For example
python
from jiraone.module import bulk_change_email

token = "Vhsj28UJsXXX"
file = "user.csv"
bulk_change_email(file, token)

A CSV file needs to be added to the same directory the script is running from
The format of the CSV file has to be in the below format of max 4 columns
id,current_email, name, target_email
processes the information.

0.4.5

Micro update 55
* Made a patch on 55

Page 6 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.