atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.35k stars 662 forks source link

[REQUEST] Support setting version message for new Confluence pages #1464

Open kamakazikamikaze opened 1 week ago

kamakazikamikaze commented 1 week ago

The Atlassian API supports setting version information as outlined in the documentation.

This library supports setting the version via .update_page() and .update_or_create() (for existing pages). However it doesn't support setting it through .create_page(). This is a request to add a keyword argument to the function which will allow passing it into the underlying POST JSON body.

gkowalc commented 1 week ago

This is only applicable to server/data center, I don't see this option in confluence cloud