JIRA では、課題フィルター(保存済みの検索) に基づいて、または課題ナビゲーターに表示されている選択した検索結果に基づいて RSS 2.0 フィードを購読できます。
課題データ(サマリ、説明など) を含む課題データ、またはコメントを含む RSS フィードのいずれかを選択できます。
Note that the tempMax parameter can be used to control the maximum number of issues that are returned, e.g. sample RSS feed of the latest 15 issues reported on jira.atlassian.com.
To subscribe to an RSS feed,
- On the top navigation bar, click the 'Issues' tab.
- Refine your search, as described in 'Searching for Issues', until the required results are displayed in the Issue Navigator.
- Click the 'Views' menu, and select one of the following:
- 「RSS (課題)」 — 課題データのみを含む RSS フィードを作成します。
- 'RSS (Comments)' — this will create an RSS feed that contains comments.
HINT: To only receive current comments, use the Updated, Updated After and Updated Before fields in the 'Dates and Times' section of the search form. E.g. to only receive comments created in the last week, type -1w in the From field.
- Copy the URL that is currently displayed on your Issue Navigator screen.
NOTE: The tempMax parameter can be used to control the maximum number of issues returned in your RSS feed.
- Paste the URL into your RSS reader.
NOTE: If you are getting an empty RSS feed, make sure you have logged in to JIRA — see Accessing protected data (below).
サンプル RSS フィード:
JIRA から生成したデータへアクセスする場合、一部のリソースへのアクセスにはユーザー認証が必要な場合があります (例:ログインが必要)。これには次の 3 つのオプションがあります。
- ログインせずにデータへアクセスできるようにするには、JIRA 管理者が「閲覧」権限を全員にする必要があります。
- You can provide the parameters os_username and os_password in the request URL (e.g.
http://jira.atlassian.com/browse/TST-1?os_username=tester&os_password=tstpassword). The problem with this method is that it transmits your username and password across the wire in clear text, which may not be an option for some users.
- You can provide the request parameter os_authType=basic (e.g.
http://mycompany.com/anypage?os_authType=basic). This will force the server to issue a challenge for user credentials (i.e. a login prompt) via the basic http authentication protocol. If you are running over SSL, you still need to specify the os_authType=basic parameter if you require the user to authenticate.