Jiraone

Latest version: v0.8.6

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

Scan your dependencies

Page 7 of 12

0.4.4

Micro update 54
* Added new organization and user management REST API
* You can be able to create and manage organization users. See more details [here](https://princenyeche.github.io/atlassian-cloud-api/api#manage)
Example

python
from jiraone import manage

token = "Edfj78jiXXX"
account_id = "5bc7uXXX"
payload = {"message": "On 6-month suspension"} A payload needs to be passed for the endpoint to work
manage.add_token(token) Authenticate to the resource
manage.manage_user(account_id, json=payload) By default it is set to disable a user
manage.manage_user(account_id, json=payload, disable=False) Changing disable=False enables back the user
output
<Response 204>

0.4.3

Micro update 53
* Added a new function in `jiraone.module` which you can use as below. The helps to generate a report of the`time in status` of Jira issues. You can create an output file either in CSV or JSON format. 53
_Example usage_
python
from jiraone import LOGIN, PROJECT, file_reader
from jiraone.module import time_in_status
import json

config = json.load(open('config.json'))
LOGIN(**config)

key = ["COM-12", "COM-14"]

if __name__ == "__main__":
time_in_status(PROJECT, key, file_reader, pprint=True, is_printable=False,
output_format="json", report_folder="STATUSPAGE", report_file="time.csv",
status="In progress", login=LOGIN, output_filename="result")

0.4.2

Micro update 52
* Made patch to v0.4.1 from 51 due to key error when using on server instance.

0.4.1

Micro update 51
* Patch to v0.4.0 about the bug reported on 47

0.4.0

49 Minor update
* Fixed problem associated with `None` value reported on 47
* Fixed some minor issues with `field_update` from `jira.module`
* Added access to `user` and `password` attribute with `LOGIN` variable. Now you can do
* `LOGIN.user` and `LOGIN.password` to get a call to those attributes.

0.3.9

Micro update 45
- Patch and removal of print statement in `field.cascading`.

Page 7 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.