This documentation relates to the latest version of Confluence.
If you are using an earlier version, please go to the documentation home page and select the relevant version.

Using the RSS Feed Builder

All Versions

Confluence 3.0 Documentation

Using the RSS feed builder, you can create customised RSS feeds to subscribe to changes within Confluence.

More information about RSS Feeds.

Building an RSS Feed

To create a customised RSS feed,

  1. Go to the dashboard and click on the RSS feed builder link located below the list of spaces. This will display a form as shown below.

  2. Type of Content: Check the boxes to select one or more content types you want to subscribe to: Pages, News Items, Mail, Comments, and Attachments.

  3. Choose whether to sort items in your RSS feed by the date they were originally Created or the date they were last Modified.
  4. (Applies to pages only.) Choose whether your RSS feed should display the entire page content, or just the updated content.

  5. Select one or more spaces from the drop-down list. Press Ctrl + left mouse button to select multiple spaces.

  6. If you want to filter your RSS feed using a label, enter the label name in the input-field.

  7. Choose the format for your RSS feed (if different from the default).

  8. Specify the number of items you want displayed and from how far in back in time you want Confluence to look.

  9. Type a name for your RSS feed.

  10. Click 'Create RSS Feed' when you are done. This will take you to a new screen. Drag or copy the link displayed into your RSS reader.

  11. To have your newsreader log into Confluence, you can add your username and password to the feed URL. But please note that if you do this, someone with access to your RSS newsreader configuration can read your password.




Screenshot 1 : RSS feed builder

Screenshot 2 : Example Feed

Removing an RSS Feed

There is no need to try to delete or remove an RSS feed built by the Confluence RSS feed builder.

Explanation: The feeds generated by the RSS Feed Builder are dynamically generated via the parameters included in the feed URL (address). For example, take a look at the following feed URL:

http://confluence.atlassian.com/createrssfeed.action?types=page&sort=modified&showContent=true...

The above feed URL will generate a list of pages ('types=page'), sorted by the modification date and showing the page content. The feed is generated at the time when the URL is fetched and there is no RSS feed information stored on the database. For that reason, there is no need to remove anything.

RELATED TOPICS

Adding a username and password to Confluence RSS feeds
RSS Feeds FAQ
Tracking Updates Overview
Working with RSS Feeds

Take me back to Confluence User Guide

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Feb 08

    Anonymous says:

    Hello, I'm using the feed builder to build rss feeds using lables - all works w...

    Hello,

    I'm using the feed builder to build rss feeds using lables - all works well but the xml created can be huge as the feedbuilder pulls in the entire articles. IS there a way for the feed builder just to pull the title and link and ignore the actual body?

    Thanks

    1. Feb 17

      Henry Tiong [Atlassian] says:

      Hi there, I am not sure the reason behind you would want to do that, AFAIK, mos...

      Hi there,

      I am not sure the reason behind you would want to do that, AFAIK, most RSS Readers (I'm using FeedDemon) will download the title and link first, and will only download the content when you actually click on that RSS title. In any case, perhaps your concern here is not on the RSS Reader, but perhaps to massage the XML file itself.

      It is possible to do so, but it can be quite tedious - you will need to change the certain parameter in the Feed URL. When the Feed URL is generated, change the following:

      &showDiff=false
      
      &showContent=false
      

      I believe both parameters are self-explanatory. Originally, both parameters above were set to true.

      Other that that, you might also want to remove the parameter, &types=comments to entirely not to pick up comments posted to the page as well.

      Take a look at this sample Feed URL that I'd modified as what mentioned above: http://confluence.atlassian.com/createrssfeed.action?types=page&types=blogpost&types=mail&types=attachment&sort=modified&showContent=false&showDiff=false&spaces=CONFKB&labelString%3D&rssType=atom&maxResults=10&timeSpan=5&publicFeed=false&title=Confluence+RSS+Feed&os_authType=basic

      hope this helps,
      Henry CL Tiong

      1. Feb 18

        Anonymous says:

        Hi Henry, Thanks for the reply. It works perfectly and has cut some of our feed...

        Hi Henry,

        Thanks for the reply. It works perfectly and has cut some of our feeds from 250k to 25k 

        We use the feed builder with labels and have found it can be slow. So I have a cron job that does a wget for the RSS with labels every 15 minutes and saves the xml files to a web server. We then parse this xml via MM_XSLTransform.class.php script to user selectable/customisable portlets in our portal server where we only require the a linked title so when a user clicks on the title it takes them to the Confluence page.

        Cutting down the xml saved to the server makes the portlets load much quick as the parse does not have to work so hard.

        Thank you

        Mat

Add Comment


Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 2.5 Australia License.