ボードのクイック フィルターを作成する
Quick filters let you further filter the work items on your board. Your board comes with one pre-configured quick filter for Only my work items, and you can create more using Jira Query Language (JQL).
クイック フィルターを作成するには、Jira 管理者、プロジェクト管理者、またはボード管理者である必要があります。
作成したクイック フィルターは、ボードを使用するすべてのユーザーのボードの [クイック フィルター] ドロップダウン メニューに表示されます。
キュー
- Go to the queue with the board to which you’d like to add a quick filter. 
- Select More actions (), then Edit queue. 
- Under the Board heading, select Quick filters. 
- [クイック フィルターを作成] を選択します。 
- Enter a name, a JQL query, and a description. 
- [作成] を選択します。 
ビュー
- Select More actions (), then Configure views at the top right of the page. 
- Select Quick filters, then follow the instructions in steps 4 to 6 above. 
例
Show all work items that have the highest priority:
priority = HighestShow all work items that have been updated in the past day:
updatedDate >= -1d
この内容はお役に立ちましたか?