Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Get-ConfluencePage with multiple Labels #193

Open
claudiospizzi opened this issue Jul 26, 2021 · 0 comments
Open

Issue: Get-ConfluencePage with multiple Labels #193

claudiospizzi opened this issue Jul 26, 2021 · 0 comments

Comments

@claudiospizzi
Copy link

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant