The confluence python sdk has decommissioned this function in the latest release. confluence_client.get_page_id(space_key, title) hence our job is failing.
Second, I see that the `atlassian-python-api` is being rolloed out every day - Who can confirm that when to expect a Stable release?
This library is not an Official one from Atlassian, but created and maintained by some users.
Reach out to them on why there v@ is not functioning as expected.
This is the official Atlassian SDK, https://developer.atlassian.com/server/framework/atlassian-sdk/
@Marc -Devoteam- Many thanks! Do you know if you have a First party Python support to get/set data into/from Confluence pages?
I know that we have a REST API. However, using that REST APIs into data pipelines means handling pagination / request quota etc in my app / client side.
Or, what do you recomend to Update / Create a Confluence page using a python based client appplication ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, as the library you mentioned is probably also based on Rest API's
You might want to create a post on this topic on the Developer Community
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Details here https://pypi.org/project/atlassian-python-api/
5.0.3
Aug 17, 2026
5.0.2
Aug 16, 2026
5.0.1
Aug 15, 2026
5.0.0
Aug 15, 2026
4.0.7
Aug 21, 2025
4.0.6
Aug 21, 2025
4.0.5
Aug 20, 2025
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gonchik Tsymzhitov If I may tag you here : We are using the Atlassian Python SDK in our pipelines and one of the recent release broke the pipelnes.
Details - confluence_client.get_page_id(space_key, title) has been decomissioned as per the recent V2 release and I want to know if you could help me with the following
- What is the recomended function to get a Page Id ? If we have the title.
- As a fallback I am using `atlassian-python-api==4.0.4` as a last known stabel version AFAIU. Would love to take your guidence on the Stable release on V2?
- Can I get a full list of the decomissioned functions if possible in V2 release ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dipanjan Saha Saha ,
First of all, thanks for mentioning.
in you situation, I would like to say is not decomissioned,
it's backwarded for the Confluence Server/DC.
Did you use that for the cloud?
Could you a bit share info about initialization?
Also, could you raise there request if still persist
https://github.com/atlassian-api/atlassian-python-api/issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Many thanks for responding.
I have raised a BUG here https://github.com/atlassian-api/atlassian-python-api/issues/1658
Yes, this is for Cloud . And below is the initiation
confluence = Confluence(url, username=username, password=password, cloud=cloud)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.