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
API says that get space will return labels. The Get-Space also includes mentions of labels in $iwParameters['GetParameters'] property expand, where we can find metadata.labels.
But no labels are returned when getting all spaces nor a specific space.
Description
API says that get space will return labels. The
Get-Space
also includes mentions of labels in$iwParameters['GetParameters']
propertyexpand
, where we can findmetadata.labels
.But no labels are returned when getting all spaces nor a specific space.
Get-Space
, which actually specifieslabels
as an attribute to expand, and with no input parameter for getting spaces with a given label/ category.Steps To Reproduce
Get-ConfluenceSpace | Format-List -Force
Expected behavior
Labels or categories should be included in the response.
Screenshots
Your Environment
Possible Solution
Get-ConfluenceSpace
function to get spaces by labels.The text was updated successfully, but these errors were encountered: