Releases: atlassian-api/atlassian-python-api
Releases · atlassian-api/atlassian-python-api
3.41.16 Confluence and Jira methos
What's Changed
- [Jira] Fix get method data retrieval failures when advanced mode is on by @gibsramen in #1449
- [Confluence] Add option to create draft page by @MaksimKovalyov in #1452
- [Confluence] Add expand option to get_all_pages_by_label by @MaksimKovalyov in #1454
New Contributors
- @gibsramen made their first contribution in #1449
- @MaksimKovalyov made their first contribution in #1452
Full Changelog: 3.41.15...3.41.16
3.41.15 - Jira, Confluence and Bibucket
What's Changed
- [Jira] Fix get_attachment_content() return the content as
bytes
instead ofstr
by @nitram509 in #1433 - [Jira] Remove doubled jira in documentation by @jensvog in #1435
- [Bitbucket] update merge_pull_request method to add merge_message, close_source_branch and merge_strategy parameters by @jorgegomzar in #1437
- [Bitbucket] fix merge_pull_request. POST
params
-->data
by @jorgegomzar in #1438 - [BitBucket] Fix error with timezone formatting by @CrispyCB in #1441
- Fix argument name by @fletchowns in #1444
- Add support for Atlassian Document Format (ADF) by @blejdfist in #1446
- Service Desk: add dedicated error handler by @Ahuahuachi in #1434
- Fixed confluence add_user_group to use right URL by @Mauwork in #1425
- Add: Remote link: Application by @IncandescentChrysalis in #1429
- Revert "Add: Remote link: Application" by @gonchik in #1447
New Contributors
- @nitram509 made their first contribution in #1433
- @jorgegomzar made their first contribution in #1437
- @CrispyCB made their first contribution in #1441
- @fletchowns made their first contribution in #1444
- @blejdfist made their first contribution in #1446
- @Ahuahuachi made their first contribution in #1434
- @Mauwork made their first contribution in #1425
- @IncandescentChrysalis made their first contribution in #1429
Full Changelog: 3.41.14...3.41.15
3.41.14 Jira, Crowd and Bamboo methods improvements and bug fixes
What's Changed
- Jira: Cloud and Server version diff request for changelog by @gonchik in #1398
- Jira: Add duplicated account detection method by @gonchik in #1399
- Crowd: Add
Crowd
a new attr by @ChowRex in #1400 - Jira: duplicated accounts checker by @gonchik in #1401
- Crowd Add a new property of
Crowd
class by @ChowRex in #1402 - Crowd Update crowd.py by @ChowRex in #1406
- Bamboo: Remove broken 'author' parameter in Bamboo create_comment by @StardustGogeta in #1407
- Remove 'paging_workaround' leftover by @LuisLechugaRuiz in #1413
- Remove unused kwarg by @Spacetown in #1415
- Contribution cleanup by @bandophahita in #1412
- rest client: Only enable
backoff_and_retry
ifurllib3
is at least 2.0.0 by @djgoku in #1342
New Contributors
- @StardustGogeta made their first contribution in #1407
- @LuisLechugaRuiz made their first contribution in #1413
- @bandophahita made their first contribution in #1412
Full Changelog: 3.41.13...3.41.14
3.41.13 plugin management methods for bamboo module
3.41.12 - Jira, Confluence and BB features
What's Changed
- [Jira] fix paginated projects retrieving by @ebaschiera in #1343
- Create python-package-conda.yml by @CEEANPROJEC in #1347
- [BitBucket] Add webhooks to Cloud by @mcintyre-ionic in #1346
- Revert "Create python-package-conda.yml" by @gonchik in #1348
- [Jira] Fix paged projects by @Spacetown in #1344
- Update GH Actions and fix NodeJS16 deprecation warnings by @offa in #1349
- [JIRA] added new method get_issue_tree_recursive + docs + examples by @gkowalc in #1352
- [Jira] hotfix get_issue_tree_recursive by @gkowalc in #1353
- [BitBucket] added new method get_groups + docs + examples by @sbilque in #1356
- [WIP] [JIRA] new method get_issue_status_changelog + docs + example +small improvement get_issue by @gkowalc in #1357
- improving index.rst docs - jira_cloud username/password naming by @gkowalc in #1370
- [Jira] Updated docs for DC case of user_find_by_user_string by @grantsohn in #1368
- fix missing error msg by @sreway in #1378
- [Confluence] added new endpoints for confluence whiteboards + docs + example by @gkowalc in #1377
- Added new method: append value to a field. Updated docs. by @SLRover in #1379
- [Jira] Make get_issue_changelog start and limit work. by @jribble in #1375
- [Confluence] Expand parameter addition for get_draft_page_by_id by @austinmh12 in #1388
- Added docs for bulk_update_issue_field method. Fixed docstring. by @SLRover in #1391
- [Confluence] forward start and limit for getting attachments by @chillmastercoder in #1384
New Contributors
- @ebaschiera made their first contribution in #1343
- @CEEANPROJEC made their first contribution in #1347
- @mcintyre-ionic made their first contribution in #1346
- @sbilque made their first contribution in #1356
- @grantsohn made their first contribution in #1368
- @jribble made their first contribution in #1375
- @chillmastercoder made their first contribution in #1384
Full Changelog: 3.41.11...3.41.12
3.41.11 Bitbucket and Jira improvements and rest retry function
Hi!
This release shown:
What's Changed
- [Jira] two new methods: download_attachments_from_issue and get_attachments_ids_from_issue by @gkowalc in #1334
- [Bitbucket] Split pull request activities url for Cloud and Server by @SkylerSalvato in #1336
- Issue 1337: Bearer token on linux environment has new line character by @ashishpatel1992 in #1338
- [Rest] Support exponential backoff and retry by @flichtenheld in #1339
New Contributors
- @SkylerSalvato made their first contribution in #1336
- @ashishpatel1992 made their first contribution in #1338
Full Changelog: 3.41.10...3.41.11
3.41.10 Jira and Confluence new methods
What's Changed
- [Jira] new feature added scrap_regex_from_issue + docs + example by @gkowalc in #1325
- [Assets] Add checker end point by @gonchik in #1316
- [Jira] add update_component method by @jyaguem in #1322
- [Confluence] Update decprecated function names in docs by @Bajoukx in #1321
- [Cloud] Prevent trailing / being added to requests to Commits if top (commit hash) is specified by @sbgamma in #1320
- create_object_navlist_iql method - changed parameter default values by @HowNOT2Code in #1314
- [Bitbucket] Fixed Pull Requests Activities path by @roboqo in #1326
- [Confluence] New method 'scrap_regex_from_page' + docs + example by @gkowalc in #1327
- [Jira] Examples of updating a issue using operations by @sreway in #1331
- [Jira] Added get_version and move_version by @austinmh12 in #1333
New Contributors
- @jyaguem made their first contribution in #1322
- @Bajoukx made their first contribution in #1321
- @sbgamma made their first contribution in #1320
- @HowNOT2Code made their first contribution in #1314
- @roboqo made their first contribution in #1326
Full Changelog: 3.41.9...3.41.10
3.41.9 Jira meta method extends
What's Changed
- [JIRA] jira.myself() -method missing from JIRA-docs by @koysti in #1306
- extend jira meta functions by @gonchik in #1308
Full Changelog: 3.41.8...3.41.9
3.41.8 adjust setup.py
What's Changed
- revert misuse of programmatical approach in setup.py by @FCamborda in #1303
New Contributors
- @FCamborda made their first contribution in #1303
Full Changelog: 3.41.7...3.41.8
3.41.7 HOTFIX of bs4 implementation and Jira properties method
What's Changed
- Use correct name for Beautiful Soup in dependencies by @WOnder93 in #1296
- Confluence: bs4 missing from setup.py by @wael-orabi in #1299
- Use requirements file for install_requires by @zbika73 in #1298
- JIRA issue properties by @koysti in #1292
New Contributors
- @wael-orabi made their first contribution in #1299
- @zbika73 made their first contribution in #1298
- @koysti made their first contribution in #1292
Full Changelog: 3.41.5...3.41.7