Hi Team,
Is there any way to fetch the version number of Confluence page.
Thank You!
Reagards,
Arya
Hi Arya, I found an older Community Post that seems to have the information you're looking for . Check it out: Current Version
Hope that helps
Hi Dan,
Our exact requirement is, In jira we have an Automation to create Confluence page whenever jira issue got created. Now we want the update the Confluence page when jira issue status changes. Currently we are trying the update the page using the below custom body:
{
"id":"294060036",
"type":"page",
"title":"Confluence Testing",
"space":{"key":"DEV"},
"body":{
"storage":{"value":
"<p>This is the updated text for the new page</p>",
"representation":"storage"}
},
"version":{"number":2}}
Here in the custom body we are manually giving the version number.
While updating the page, each time the version number of the page is getting changed. Is there any way to fetch the version number of the page from jira Automation.
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.