|
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:
http://confluence.atlassian.com/feeds/network.action?username=MYNAME&max=60&publicFeed=false&os_authType=basic&rssType=atom |
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: Content type values are case-sensitive. Ensure that each parameter is separated from the other by an ampersand (
&).
Example:
http://confluence.atlassian.com/feeds/network.action?username=ggaskell&max=40&publicFeed=false&os_authType=basic&rssType=atom&contentType=USER_STATUS |
It is not possible to filter for more than one type of content by adding multiple values to the contentType parameter.