Releases: atlassian-api/atlassian-python-api
Releases · atlassian-api/atlassian-python-api
3.37.0 Confluence , JSM and Bamboo
What's Changed
- Alias get_organizations by @mmahacek in #1134
- feat: Add update pull-request call by @gabyx in #1164
- feat: Add flag_issue method by @matthisholleville in #1163
- Add the possiblity to change the signature method by @h-braun in #1160
- [Confluence]: PDF export function no longer working #1158 by @rosomri in #1161
- [Bamboo] Get Bamboo deployment queue by @infame-io in #1166
New Contributors
- @mmahacek made their first contribution in #1134
- @matthisholleville made their first contribution in #1163
- @h-braun made their first contribution in #1160
- @rosomri made their first contribution in #1161
Full Changelog: 3.36.0...3.37.0
3.36.0 - Confluence, Jira adjustments
What's Changed
- [Bugfix] This will give you a fixed-width page. by @zackn9ne in #1135
- [Enhancement] label and unlabel issues by @skymoore in #1147
- [Enhancement] Add support for fetching id of blogpost by @praveen-elastic in #1142
- 'description-file' will not be supported in future versions. by @forsweet in #1148
New Contributors
- @zackn9ne made their first contribution in #1135
- @praveen-elastic made their first contribution in #1142
- @forsweet made their first contribution in #1148
Full Changelog: 3.35.0...3.36.0
3.35.0 StatusPage is coming into wrapper
3.34.0 Confluence collaborative editing and Jira add attachment object
What's Changed
- Update jira.py add_attachment method by @laralight in #1126
- new methods Confluence collaborative editing
New Contributors
- @laralight made their first contribution in #1126
Full Changelog: 3.33.0...3.34.0
3.33.0
What's Changed
- return info myself from jira by @nevlaxgmailcom in #1111
- [Bamboo] Enable/disable elastic bamboo configuration by @infame-io in #1116
- Fix API url for getting objecttype attributes by @aohontsev in #1119
- [Jira] Added issue changelog and worklog method calls to docs by @ShadowZone in #1122
- Jira ServiceDesk: Fix create attachment by @skropf in #1121
New Contributors
- @nevlaxgmailcom made their first contribution in #1111
- @aohontsev made their first contribution in #1119
- @ShadowZone made their first contribution in #1122
- @skropf made their first contribution in #1121
Full Changelog: 3.32.2...3.33.0
3.32.2 Fixes XRay, Confluence, BB methods Latest
What's Changed
- Let it buid for RHEL-9 again by @tuxmaster5000 in #1095
- Support for Xray v2.0 GET testruns by @i-e-k in #1098
- [Bitbucket Cloud] Add support for query parameters in pullrequest.comments endpoint by @markarce in #1101
- [Jira] Issues for Backlog updated URL by @ejohansson in #1104
- Returned _link details for next loop by @tpatel-leena in #1090
- fixed up the documentation for forking to a new project by @dinukadev in #1105
- Add custom field editing by @PaulBigPay in #1106
- Added get_dashboard method by @SLRover in #1109
New Contributors
- @i-e-k made their first contribution in #1098
- @markarce made their first contribution in #1101
- @ejohansson made their first contribution in #1104
- @tpatel-leena made their first contribution in #1090
- @dinukadev made their first contribution in #1105
Full Changelog: 3.32.0...3.32.2
3.32.0 Updates Confluence, BB methods
What's Changed
- [confluence] Fix def get_page_as_pdf (pdf Export was rollback) by @rootsj in #1081
- Added request_current_index_from_node method and docs by @SLRover in #1079
- [Bitbucket] Add API signature to reply to a Pull request comment by @fuzzyhandle in #1086
- Python 2.7 compatibility by @orent in #1087
- Fix errors of black by @gonchik in #1093
- [Bitbucket] Fixed broken update_file and upload_file API calls (fixes issue #1080) by @jnbolito in #1092
- [Xray] use resource_url method for api version by @Aradesk in #1089
- Add the type parameters whether a page exists by @renwofei423 in #1091
- Ooops. Fixed Python 2.7 import by @orent in #1088
New Contributors
- @fuzzyhandle made their first contribution in #1086
- @orent made their first contribution in #1087
- @jnbolito made their first contribution in #1092
- @Aradesk made their first contribution in #1089
- @renwofei423 made their first contribution in #1091
Full Changelog: 3.31.0...3.32.0
3.31.0 Changed in Bamboo, Jira, Insight, Confluence
Hi!
In that release we made a lot of changes.
Skipped 3.30.0 as it was failed upload on PYPI.
You can follow the next PRs.
What's Changed
- Bug/fix assign issue by @kkjorsvik in #728
- Switch from SHA1 to SHA2 by @tuxmaster5000 in #1049
- Confluence update or create method by @gonchik in #1050
- [Bamboo] New Bamboo REST API documentation URL by @infame-io in #1052
- Confluence: update_page method by @CermitDFrog in #1051
- Insight for jira module by @gonchik in #973
- Move API from experimental to normal url (#960) by @julien-lecomte in #1053
- Pin to importlib-metadata==4.13.0, because it's not supported in Python3.7 - Tests are failing by @martynbristow in #1058
- Fix print typo in code block example in README by @MatthewJohn in #1066
- Jira: Add functionality to get comments on an issue by @martynbristow in #1064
- Revert change:
pprint
toprint
...pprint
by @martynbristow in #1067 - [confluence] Fix def get_page_as_pdf When using Confluence Cloud(#1057) by @rootsj in #1061
- Fix bitbucket cloud commits #1071 by @sreway in #1072
- Add missing advanced mode to request method by @RoelantDL in #1068
- Resolve Failing Tests: Correction to adanced_usage=True by @martynbristow in #1074
- Update checkout and codecov action by @offa in #1075
- Replace deprecatd tempfile.mktemp() calls by @offa in #1076
New Contributors
- @kkjorsvik made their first contribution in #728
- @CermitDFrog made their first contribution in #1051
- @julien-lecomte made their first contribution in #1053
- @MatthewJohn made their first contribution in #1066
- @rootsj made their first contribution in #1061
- @sreway made their first contribution in #1072
- @RoelantDL made their first contribution in #1068
Full Changelog: 3.28.1...3.31.0
3.28.1 Bitbucket Cloud request changes
What's Changed
- Bitbucket Cloud: allow to access repositories directly by @flichtenheld in #923
- Fix AttributeError: 'Response' object has no attribute 'get' by @fullonic in #1046
New Contributors
Full Changelog: 3.28.0...3.28.1
3.28.0 New module and adjustments
Hi!
Cloud admin module
BB module adjustments
Cheers,
GT
What's Changed
- [Jira] Fix the parameter of remove_user_from_group from username to account id by @YugoHino in #1018
- Jira : add account_id to the parameters of add_user_to_group for Jira Cloud by @YugoHino in #1028
- [Confluence] Amending Confluence documentation by @infame-io in #1035
- [Confluence] Logging page content as info by @infame-io in #1036
- [Bamboo] Support for elastic bamboo by @infame-io in #1034
- Add new module Cloud Admin by @YugoHino in #1033
- Bitbucket Cloud: Add support for commit/commits endpoint by @flichtenheld in #924
- [BlackTest] Reformatting file by @infame-io in #1037
- Add new createmeta functions to comply with Jira 9 API by @Ry-DS in #1031
- Run Atlassian SDK in docker by @infame-io in #1038
- [Jira] Add function get_user_groups by @YugoHino in #1041
- Jira: Add ability to add icons to issue remote links by @grahamalama in #1040
- [Bitbucket Cloud] Add avatar property to user object by @RobinDeNeef in #761
New Contributors
- @YugoHino made their first contribution in #1018
- @infame-io made their first contribution in #1035
- @grahamalama made their first contribution in #1040
- @RobinDeNeef made their first contribution in #761
Full Changelog: 3.26.0...3.28.0