How do I sort the backlog

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

This FAQ is for JIRA Agile Administrators.

Background information

The backlog can be sorted depending on the filter you are using in that particular board. 

Accessing the board's filter settings

  1. Click on the Board drop-down menu button on the top right corner.

  2.  Select Configure from the drop-down menu.

  3.  You should be able to see the Filter tab showing the list of filter settings.

  4.  Click on the Edit Filter Query link to edit the filter. (This will bring you to the Issue Navigator) Add the ORDER BY clause to the filter itself to sort the results.

  5. 例:

    project = "ABC" ORDER BY assignee ASC
    
    project = "CDE" ORDER BY Rank ASC
  6. Remember to save the filter changes in the Issue Navigator, or else the changes wont reflect.

重要な注意事項

If you sort the filter using any other field other than the JIRA Agile Rank field, you will not be able to rank (drag-and-drop) issues on the board's backlog.

Ranking requires that the filter be sorted using the Rank field. When attempting to rank an issue, you will be able to see this error message:

関連ページ

 

 

 

最終更新日: 2013 年 10 月 24 日

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

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