Subscribe to a Network RSS Feed
Customize your network RSS feed
Confluence does not provide a way of customizing 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:
- Edit the RSS feed link in your RSS newsreader.
Change the value of the
http://confluence.atlassian.com/feeds/network.action?username=MYNAME&max=60&publicFeed=false&os_authType=basic&rssType=atommax
parameter from its default value of40
to a value of your choice. Example:- 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: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. Ensure that each parameter is separated from the other by an ampersand (
http://confluence.atlassian.com/feeds/network.action?username=ggaskell&max=40&publicFeed=false&os_authType=basic&rssType=atom&contentType=BLOG&
).
Example:- Save the modified link in your RSS newsreader.
Notes
It is not possible to filter for more than one type of content by adding multiple values to the contentType
parameter.