Jiraone

Latest version: v0.8.4

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

Scan your dependencies

Page 2 of 11

0.7.7

Minor update 111
* Added minor updates to the `export_issues` method. Corrected some few grammatical errors

0.7.6

Minor update 110
* Added multiple arguments to the `issue_export` method
* It is now possible to perform export in JSON format
* Added field exclusion and inclusion in CSV format export
* Added new methods `get_project_versions` and `issue_link_types` to access.py module
* Added a `process_executor` function, regular express constants and a `DateFormat` class to
the utils module of jiraone.
* Added examples in the documentation

0.7.5

Update 109
* Added a new condition to using encoding argument in `file_writer` in text mode
* Added examples in documentation

0.7.4

Update 107
* Reformatting entire module to use **black**
* Patch to `PROJECT.export_issues` method, added two new arguments `encoding` and `errors` which should help in character encoding formatting
* Added new methods to `endpoint` which are `server_info`, and `project_avatar`
* Added new info to documentation

0.7.3

Update 98
* Patch to file descriptor error in windows machine. Thanks to [NomadSU](https://github.com/NomadSU)
* Patch to file_writer encoding. This will help to prevent any encoding errors that might happen due to non utf-8 encoding use cases.
* Added a new method `LOGIN.from_jira()` which takes an instance of the `jira` object from the python jira package.
* This allows the ability to access jira's object methods, classes and properties. Making it possible to combine both
jiraone's and jira's packages as one. Please note this will only work with basic authentication as of now!

Example:
python
from jira import JIRA
from jiraone import LOGIN, endpoint

my_jira = JIRA(server="https://nexusfive.atlassian.net",
basic_auth=("princeexample.com",
"MXKSlsXXXXX"))
LOGIN.from_jira(my_jira)
print(LOGIN.get(endpoint.myself()))
response
<Response [200]>

0.7.2

Update 97
* Patch to OAuth 2.0 connection error - which caused the connection not to work.
* Added new method to the `endpoint` alias, `issue_link`, `work_logs`, `instance_info`, `task`, `worklog_properties`, `issue_watchers`, `issue_votes`, `webhooks`

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.