library · inferred from evidence
atlassian-python-api
A Python library for interacting with Atlassian APIs, including Confluence.
- atlassian-python-api 3.41.5 fails on import with `ModuleNotFoundError: No module named 'bs4'`
After upgrading atlassian-python-api to 3.41.5, my CI pipeline fails immediately on `from atlassian import Jira` with `ModuleNotFoundError: No module named 'bs4'`. It worked on the previous version. I never import bs4 directly. Did a depend
- atlassian-python-api `delete_space` on a missing space raises generic ApiError instead of ApiNotFoundError
When I call `delete_space` on a Confluence instance with a space key that does not exist, the library raises a generic `ApiError` instead of `ApiNotFoundError`. I have to catch `ApiError` and drill into `e.reason.response.status_code` to di
- atlassian-python-api Confluence `create_page` fails on Cloud: need the v2 REST API
The atlassian-python-api Confluence module still calls the v1 REST endpoints (`/wiki/rest/api/`), but Atlassian announced that many v1 content functions will stop working on Confluence Cloud. `confluence.create_page()` now fails with `HTTPE