Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

the confluence python sdk has decommissioned confluence_client. get_page_id(space_key, title)

Dipanjan Saha Saha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 18, 2026

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?

 

As we are kind of highly depend on this and our pipelines are breaking as per the new change. Would really appriciate some support on this. Many thanks in advance. 

2 answers

1 vote
Marc -Devoteam-
Community Champion
August 18, 2026

Hi @Dipanjan Saha Saha 

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/ 

 

Dipanjan Saha Saha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 19, 2026

@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 ?

Marc -Devoteam-
Community Champion
August 19, 2026

Hi @Dipanjan Saha Saha 

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

0 votes
Dipanjan Saha Saha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 18, 2026

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

Dipanjan Saha Saha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 18, 2026

@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 ?

Gonchik Tsymzhitov
Community Champion
August 18, 2026

Hi @Dipanjan Saha Saha , 

First of all, thanks for mentioning. 

in you situation, I would like to say is not decomissioned, 

https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/confluence/server/__init__.py#L338

 

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

Dipanjan Saha Saha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 18, 2026

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)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events