atlassian-api / atlassian-python-api

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

Bitbucket Server: Add support to include required reviewers for PR #1216

Closed noorul closed 1 year ago

noorul commented 1 year ago

Also add separate API to get required reviewers for a PR

See https://developer.atlassian.com/server/bitbucket/rest/v811/api-group-pull-requests/#api-default-reviewers-latest-projects-projectkey-repos-repositoryslug-reviewers-get

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 9.09% and project coverage change: -0.04% :warning:

Comparison is base (a779dcc) 34.73% compared to head (426fd43) 34.69%. Report is 5 commits behind head on master.

: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 #1216 +/- ## ========================================== - Coverage 34.73% 34.69% -0.04% ========================================== Files 44 44 Lines 7975 7986 +11 Branches 1083 1085 +2 ========================================== + Hits 2770 2771 +1 - Misses 5093 5103 +10 Partials 112 112 ``` | [Files Changed](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1216?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [atlassian/bitbucket/\_\_init\_\_.py](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1216?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXRsYXNzaWFuL2JpdGJ1Y2tldC9fX2luaXRfXy5weQ==) | `29.11% <9.09%> (-0.21%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/atlassian-api/atlassian-python-api/pull/1216/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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

noorul commented 1 year ago

@gonchik Any release timeline?

gonchik commented 1 year ago

Today I will release it

noorul commented 1 year ago

Thanks