atlassian-api / atlassian-python-api

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

[WIP] [JIRA] new method get_issue_status_changelog + docs + example +small improvement get_issue #1357

Closed gkowalc closed 3 months ago

gkowalc commented 3 months ago

This PR adds:

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 16.66667% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 34.14%. Comparing base (d4ef596) to head (6a83b0b).

Files Patch % Lines
atlassian/jira.py 16.66% 10 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1357 +/- ## ========================================== - Coverage 34.15% 34.14% -0.02% ========================================== Files 46 46 Lines 8437 8444 +7 Branches 1188 1190 +2 ========================================== + Hits 2882 2883 +1 - Misses 5440 5446 +6 Partials 115 115 ```

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

gkowalc commented 3 months ago

thx for the revierw @Spacetown, let me refactor the code a bit accordign to your suggestions and send a new PR.

gonchik commented 3 months ago

@gkowalc thanks for update