Hi all,
I already have an automation that publishes a page in Confluence from a Jira ticket (+ additional info). This is a "traditional" page which needs to be published every time. I want to create a Live Page, but this doesn't seem possible (yet?)
See automation below.
I wonder if there is a way to achieve this
HI @ਜਗਮ_ਹਨ
No this is not possible at this moment in time and I have seen announcements that this will be introduced.
You could use the Confluence API.Create Live Doc with API
To create a Live Doc, use the field "subtype" : "live" in the request body for Page Create endpoint.
The existing behavior for creating a Page will stay as it is i.e for creating a Page no subtype field is necessary.
@John Funk The Live Doc related to the Confluence new feature, New-collaboration-features-in-Confluence-Cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Live pages don't need to be published. See image (example from my mobile app, here it shows as Live Doc)
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.