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.
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 ?
I'm using this for Confluence Cloud.
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-apiis 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.
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.4as 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 ?
I'm using this for Confluence Cloud.