Skip to end of banner
Go to start of banner

Filter "Current space" or "Current page" does not work

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Problem

When adding a CQL filter to the metadata overview macro with the value "Current space" or "Current page", the results are not filtered accordingly.

Solution

This behavior is caused by the following bug: METADATA-451 - Getting issue details... STATUS

It is fixed starting with version 2.2.

Workaround

Depending on your use-case:

  1. Enter the current space/page by name, not as "current page" or "current space".
  2. Use the expert filter criteria with the placeholder $content to get the data.
  • Current page: metadatafield.linkfield:$content.id
  • Current space: metadatafield.linkfield:$content.getSpace()


  • No labels