You can create an RSS Feed from any user's network view, allowing you to receive summaries on the activities of users they are following in their network. The types of activities tracked in these RSS feed summaries include:
- Additions or edits to pages or blog posts
- Comments added to a page or blog post or edits to existing comments
- Updates to a user's User Status
- Updates to a user's User Profile
To subscribe to a user's network RSS feed,
- Locate the following icon
- The 'Recent activity of the users you are following' section of your network page, or
- The 'Activity of followed users' section of another user's network page.
, which is available from the top-right of:
- Copy and paste the icon's link into your RSS newsreader.
- To have your newsreader log into Confluence, you can add your username and password to the feed URL.
Please note that if you do this, someone with access to your RSS newsreader configuration can read these Confluence authentication details.
Customising your Network RSS Feed
Currently, Confluence does not provide a user interface mechanism for customising your network RSS feed. However, you can modify the maximum number of results and type of content displayed in these feeds by directly editing the RSS feed link in your RSS newsreader.
To modify the maximum number of results displayed in your RSS feed,
- Edit the RSS feed link in your RSS newsreader.
- Change the value of the
max
parameter from its default value of40
to a value of your choice. The following example shows this parameter-value combination highlighted in red:
{{Unknown macro: {nomarkup}max=60&publicFeed=false&os_authType=basic&rssType=atom}}http://confluence.atlassian.com/feeds/network.action?username=ggaskell&
- Save the modified link in your RSS newsreader.
To modify the type of content displayed in your RSS feed,
- Edit the RSS feed link in your RSS newsreader.
- Append the parameter
contentType
to the end of the link, followed by an equals sign (=
) and then add the appropriate content type value of your choice:USER_STATUS
— restricts the RSS feed to user status updates.PAGE
— restricts the RSS feed to page additions or updates.BLOG
— restricts the RSS feed to blog post additions or updates.ATTACHMENT
— restricts the RSS feed to attachment additions or updates.COMMENT
— restricts the RSS feed to comment additions or updates.
Content type values are case-sensitive and when editing the network RSS feed link, ensure that each parameter is separated from the other by an ampersand (
&
).
The following example shows the content type parameter-value combination highlighted in red:
{{ &contentType=USER_STATUS}} - Save the modified link in your RSS newsreader.
Filtering for more than one type of content (by adding multiple values to the contentType
parameter) is not supported.
RELATED TOPICS
Network Overview
Subscribing to RSS Feeds within Confluence
Take me back to the Wikis Help Guide.