Confluence 4.0 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
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:
- ページまたはブログ投稿への追加や編集
- ページやブログ投稿に追加されたコメント、または、既存のコメントの編集
- 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
- ネットワーク ページの「注目しているユーザーの最近のアクティビティ」セクション、または
- 他のユーザーのネットワーク ページの「注目されているユーザーのアクティビティ」セクション。
, which is available from the top-right of:
- アイコンのリンクをコピーして、RSS ニュースリーダーに貼り付けます。
- 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,
- RSS ニュースリーダーの RSS フィード リンクを編集します。
- 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:
http://confluence.atlassian.com/feeds/network.action?username=ggaskell&max=60&publicFeed=false&os_authType=basic&rssType=atom
- 編集したリンクを RSS ニュースリーダーで保存します。
To modify the type of content displayed in your RSS feed,
- RSS ニュースリーダーの RSS フィード リンクを編集します。
- パラメータ
contentType
をリンクの最後尾に追加し、等号 (=
) と、選択したコンテンツの種類の値を続けます: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:
http://confluence.atlassian.com/feeds/network.action?username=ggaskell&max=40&publicFeed=false&os_authType=basic&rssType=atom&contentType=USER_STATUS
- 編集したリンクを RSS ニュースリーダーで保存します。
Filtering for more than one type of content (by adding multiple values to the contentType
parameter) is not supported.
関連トピック
Network Overview
Subscribing to RSS Feeds within Confluence
Take me back to the Confluence User's Guide.