Joe Hansche commented on Bug JENKINS-14976

Looks like this is because Confluence 2.5 does not support the updatePage() method, according to https://confluence.atlassian.com/display/CONF25/Remote+API+Specification#RemoteAPISpecification-methodsRemoteMethods and instead uses storePage() to update a page. That means that 2.5 also does not support the ability to add a comment for the page edit (e.g., to explain what you're changing/why, etc). That is the primary purpose of the RemotePageUpdateOptions encapsulation class.

I'll consider adding a fallback for Confluence 2.5 support, but have you considered upgrading Confluence? The current version is 4.3, with 5.0 already available for developer early access. IMO, this is poor SOAP implementation, because both 2.5 and 3.x have a "v1" WSDL file that is supposed to describe the SOAP API, yet Confluence 2.5 does not support the actual v1 APIs mentioned above.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to