Confluence 5.6 has reached end of life
Check out the [latest version] of the documentation
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:
To subscribe to a user's network RSS feed:
On this page:
Related pages:
Confluence does not provide a way of customising a network RSS feed via the user interface. 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:
Change the value of the max
parameter from its default value of 40
to a value of your choice. Example:
To modify the type of content displayed in your RSS feed:
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.&
).It is not possible to filter for more than one type of content by adding multiple values to the contentType
parameter.