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
A call with the Get-ConfluencePage cmdlet and multiple labels specified in the -Label parameter ends in an error, due to a wrong parsing in the label parameter:
Get-ConfluencePage-Label labelA, labelB
Invoke-Method : Could not parse cql : type=page AND label=labalA labelB
Workaround...:
Get-ConfluencePage-Label "labelA"," AND label=labelB"
The text was updated successfully, but these errors were encountered:
A call with the Get-ConfluencePage cmdlet and multiple labels specified in the
-Label
parameter ends in an error, due to a wrong parsing in the label parameter:Workaround...:
The text was updated successfully, but these errors were encountered: