atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

[REQUEST] Support setting version message for new Confluence pages

Open kamakazikamikaze opened this issue 1 year ago • 1 comments

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.

kamakazikamikaze avatar Oct 09 '24 18:10 kamakazikamikaze

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

gkowalc avatar Oct 11 '24 14:10 gkowalc