Releases: princenyeche/jiraone
Releases · princenyeche/jiraone
v0.6.0
v0.5.9
v0.5.8
v0.5.7
Micro update #77
- Added a new function
delete_attachments()
that can perform deletion of attachments with filtering. - Provided a checkpoint in the iteration of the above function, so it can start from the last known point.
- Corrected some docs in
access.py
module file_writer
andfile_reader
functions now has the ability to enter a delimiter as a parameter.- Document update #76
v0.5.6
Patch v5 #75
- Patch v5 to
time_in_status()
. Noticed that the statuses time were wrong. There seems to be
a change in the way the previous API payload was retrieved. Tweaked the logic for retrieving
accurate difference in time. - The statuses and their time can now be retrieved accurately.
- The save check_point is turned off for the
time_in_status()
function as a slight logic needs
to be added to account for when a breakpoint happens between checkpoint to retain
accurate difference in time between statuses.