News module

The News module displays blog posts from a Confluence space as thumbnails in chronological order.

You can add this module to homes on your Refined sites.

Settings

  • Label. Show only blogs that have a specific Confluence label. You can easily control which blog posts are included, by using the News System.

  • Space. By default, the module shows pages from the current space. If you’d like to show content from another space instead, set up dynamic content with Text Variables. 

  • Author. Only show content from one or more authors, by adding their Account ID(s).

If the blog post doesn’t contain an image, or you want to use a different image than the first image in that blog post, add metadata to the blog post.

Advanced filter

The advanced filter lets you use CQL to show specific pages. For example:

  • Get all blog posts from a site

    type = blogpost AND refinedSite = 123 ORDER BY created DESC
  • Get all blog posts from a category

    type = blogpost AND refinedCategory = hr ORDER BY created DESC
  • Get all blog posts added by the current logged-in user

    type = blogpost AND creator = $username ORDER BY created DESC
  • Get all blog posts from the blog site

  • Get all blog posts from blog space