atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 643 forks source link

Jira: updated worklog urls #1239

Closed Bertsjuhn closed 10 months ago

Bertsjuhn commented 10 months ago

Now using the 'resource_url' function to work with 'api_version' configuration. Added a new function to get a list of deleted worklogs.

codecov-commenter commented 10 months ago

Codecov Report

Patch coverage: 12.50% and project coverage change: -0.02% :warning:

Comparison is base (1036d5c) 34.47% compared to head (78f6553) 34.46%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1239 +/- ## ========================================== - Coverage 34.47% 34.46% -0.02% ========================================== Files 44 44 Lines 8098 8104 +6 Branches 1117 1118 +1 ========================================== + Hits 2792 2793 +1 - Misses 5192 5197 +5 Partials 114 114 ``` | [Files Changed](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [atlassian/jira.py](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXRsYXNzaWFuL2ppcmEucHk=) | `19.62% <12.50%> (-0.01%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gonchik commented 10 months ago

Thanks