You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have custom scripts that convert a CSV file to markdown then to html which is imported into Confluence using ConfluencePS. The call to Set-ConfluencePage, produces this error:
WARNING: Confluence returned HTTP error 400 - BadRequest
Invoke-ConfluenceMethod: C:\Users\34160\Documents\PowerShell\Modules\ConfluencePS\2.5.0\ConfluencePS.psm1:1963:13
Line |
1963 | Invoke-Method @iwParameters
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
| com.atlassian.confluence.api.service.exceptions.BadRequestException: Content body cannot be
| converted to new editor format
NOTE: This was working the other day
Steps To Reproduce
Based on sample code, this is how I use the ConfluencePS module:
Description
I have custom scripts that convert a CSV file to markdown then to html which is imported into Confluence using ConfluencePS. The call to
Set-ConfluencePage
, produces this error:NOTE: This was working the other day
Steps To Reproduce
Based on sample code, this is how I use the ConfluencePS module:
Get-ConfluencePage -PageID $page.Id
Expected behavior
Not get this error :)
Screenshots
N/A
Your Environment
Using ConfluencePS version 2.5.0 with PowerShell 7.0.3 on Window 10:
Possible Solution
This seems to be a know issue related to a missing
ri:space-key
parameter when getting the page:https://jira.atlassian.com/browse/CONFCLOUD-69902
The text was updated successfully, but these errors were encountered: