Documentation for JIRA 4.0. Documentation for other versions of JIRA is available too.

The Issue Navigator displays the search results from an issue filter, a Quick Search or an Advanced Search, e.g:


The Issue Navigator provides convenient ways to perform many of JIRA's most useful functions. You can:

  • Use the Actions menu for a particular issue to quickly:
    • Resolve issue — Set the issue's Status to 'Resolved' and select the appropriate Resolution.
    • Close issue — Set a resolved issue's Status to 'Closed'.
    • Reopen issue — Set a resolved or closed issue's Status to 'Reopened'.
    • Assign this issue — Select an asignee for the issue.
    • Assign this issue to me — Assign the issue to yourself.
    • Attach file to this issue — Select a file, upload it and attach it to the issue.
    • Clone this issue — Create a new issue which is a copy of the issue.
    • Comment on this issue — Add a comment to the issue.
    • Delete this issue — Permanently remove the issue.
    • Edit this issue — Edit the issue's details (Summary, Description, etc).
    • Link this issue — Create a link between the issue and another issue.
    • Move this issueMove the issue to a different project.
    • Create sub-task for this issue — Create a new issue which is a sub-task of the issue.
    • Convert sub-task to issue — If the issue is a sub-task, convert it to a standalone issue.
    • Start watching this issue — Become a watcher of the issue.
    • Log work for this issue — Record the work done and time spent on the issue.

      Note that the options in the Actions menu will only be available if you have the necessary permissions, and that options which change an issue's Status (Resolve issue, Close issue, Reopen issue) may differ from this list, depending on your organisation's workflow.

  • Use the Views menu to view/export your search results in various formats:
    • Printable — All search results on one page, with one row of data per issue. Includes the issue fields that are currently configured in your Issue Navigator.
    • Full Content — All search results on one page. Includes Description, Comments and all other issue data, not just the issue fields that are currently configured in your Issue Navigator.
    • XML — An XML view of issue data, suitable for use with the Confluence JIRA Issues Macro. (Also suitable for use as an RSS 0.9.2 feed). For details, see 'Displaying Search Results in XML'.
    • RSS (Issues) — An RSS 2.0 feed of issue data, suitable for displaying in an RSS reader. For details, see 'Receiving Search Results via RSS'.
    • RSS (Comments) — An RSS 2.0 feed of comments on the issues, suitable for displaying in an RSS reader. For details, see 'Receiving Search Results via RSS'.
    • Word — An MS Word document. Includes Description, Comments and all other issue data, not just the issue fields that are currently configured in your Issue Navigator. Can be saved and/or edited. For details, see 'Exporting Search Results to Microsoft Word'.
    • Excel (All fields) — An MS Excel spreadsheet. Includes Description and all other issue data (excluding comments). Can be saved, or edited to produce graphs and charts; also useful for basic reporting and statistics. For details, see 'Exporting Search Results to Microsoft Excel'.
    • Excel (Current fields) — An MS Excel spreadsheet containing the issue fields that are currently configured in your Issue Navigator. Can be saved, or edited to produce graphs and charts; also useful for basic reporting and statistics. For details, see 'Exporting Search Results to Microsoft Excel'.
    • Charts — A graphical summary of the search results, which can be saved as a dashboard portlet. For details, see 'Displaying Search Results as a Chart'.
  • Use the Tools menu to:
  • Click the 'permalink' icon:
        
    to create a permanent URL link to your search results.

The Issue Navigator only displays one set of search results at any one time, even if you have multiple browser windows open. However, you can easily save your searches (see 'issue filters'), then display them as needed.

Re-ordering the search results

When viewing search results in the Issue Navigator, you can re-order the issues by clicking on the column header*. For example, if you click the 'Reporter' column header, the Issue Navigator will re-display the issues in ascending order of reporter's name. If you click the 'Reporter' column header a second time, the Issue Navigator will re-display the issues in descending order of reporter's name.

* With some exceptions, e.g. the 'Images' column and the sub-task aggregate columns (i.e. all columns beginning with '∑') are non-orderable.

To choose different fields to display in your Issue Navigator, see Customising your Issue Navigator

個別課題の表示

検索結果セットの課題を選択および表示した場合、ミニナビゲーターが課題タイトルバーの右に表示されます。

This mini-navigator displays the current issue's position within the result set. It also provides a link to the next and previous issue in the result set, along with a link to return to the search results. You can navigate through the search results by using the shortcut keys [JIRADOC:ALT]+P (Previous) and [JIRADOC:ALT]+N (Next).

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

JIRA から生成したデータへアクセスする場合、一部のリソースへのアクセスにはユーザー認証が必要な場合があります (例:ログインが必要)。これには次の 3 つのオプションがあります。
  1. ログインせずにデータへアクセスできるようにするには、JIRA 管理者が「閲覧」権限全員にする必要があります。
  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.