検索結果を RSS フィードとして受け取る

JIRA enables you to subscribe to an RSS 2.0 feed that is based on any issue filter (saved search), or on your chosen search results, as displayed in the Issue Navigator.

You can choose either an RSS feed that contains issue data (Summary, Description, etc), or one that contains comments.

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.

RSS フィードへ購読する

始める前に

  • ヒント:現在のコメントのみを RSS フィードに受信したい場合、検索時に「更新日」フィールドを使用します。たとえば、先週作成されたコメントのみを受信するには、「更新日」フィールドを追加し、1 週間以内の更新に設定します。
  • RSSL URL 内の tempMax パラメーターを使用すると、RSS フィードに返される課題の最大値を制御できます。
  • If you are getting an empty RSS feed, make sure you have logged in to JIRA — see Accessing protected data (below).

RSS フィードを購読するには:

  1. 課題 > Search for Issues (課題を検索する) を選択します。
  2. Refine your search, as described in Searching for Issues, then choose the Export menu.
  3. ドロップダウン メニューから次のいずれかを選択します。
    • 「RSS (課題)」 — 課題データのみを含む RSS フィードを作成します。
    • 「RSS (コメント)」 — コメントを含む RSS フィードを作成します。 
  4. 課題ナビゲーター画面に現在表示されている URL をコピーします。
  5. URL を RSS リーダー内に貼り付けます。

サンプル RSS フィード:

保護されているデータのアクセス

JIRA から生成したデータへアクセスする場合、一部のリソースへのアクセスにはユーザー認証が必要な場合があります (例:ログインが必要)。これには次の 3 つのオプションがあります。
  1. To enable access to data without logging in, your JIRA administrator may specify the 'Browse' permission for Anyone.
  2. 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.
  3. 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.

 

最終更新日: 2012 年 10 月 16 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.