The RSS Feed Builder
Hints
- Separate feeds. Try building separate feeds, one for pages only and one that includes comments as well. This allows you to monitor only pages if you are short of time, and to read the comments when you have more time.
Labels to customise your feed. You can use the RSS feed builder to track updates to labelled pages and comments on those pages. Here is an idea for customising your RSS feed by using your own personal label(s). This is useful if you want to track updates to specific pages or blog posts, and you do not want to deal with emails. You can use this method as an alternative to watching pages.
- Build an RSS feed that returns pages, blog posts and comments labelled with a personal label, such as 'my:feed'.
- Each time you want to 'watch' a page, just label it with 'my:feed'.
- All updates and comments will automatically come through your RSS feed.
Notes
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.
- Feed authentication options: Confluence can offer you the option of an anonymous feed or a feed that requires authentication.
- An anonymous feed will show only the content that is visible to anonymous users. The feed URL does not contain the
&os_authType
parameter mentioned below. This feed is useful only if your Confluence site allows anonymous access. If a feed is anonymous, you only get anonymously-viewable content in the feed regardless of whether you are a Confluence user or not. - An authenticated feed requires you to log in to Confluence before you can retrieve the content. The feed URL contains the following parameter:
&os_authType=basic
. - The option to choose between an anonymous and an authenticated feed is currently not available on the feed builder screen. The feed builder offers only authenticated feeds. See CONF-21601 for details and a workaround.
- An anonymous feed will show only the content that is visible to anonymous users. The feed URL does not contain the