|
Confluence では、ユーザーインターフェースからネットワーク RSS フィードのカスタマイズ方法を提供していませんが、RSS ニュースリーダーから RSS フィード リンクを直接編集することで、表示する最大件数とコンテンツの種類を変更することができます。
RSS フィードに表示される最大件数を変更するには:
max パラメータの値を既定値の 40 から任意の値に変更します。例:
http://confluence.atlassian.com/feeds/network.action?username=MYNAME&max=60&publicFeed=false&os_authType=basic&rssType=atom |
RSS フィードに表示するコンテンツの種類を変更するには:
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 |
contentType パラメータに複数の値を追加して 2 つ以上のコンテンツの種類に絞り込むことはできません。