ボードのクイック フィルターを作成する
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 管理者、プロジェクト管理者、またはボード管理者である必要があります。
作成したクイック フィルターは、ボードを使用するすべてのユーザーのボードの [クイック フィルター] ドロップダウン メニューに表示されます。
ボードから [その他のアクション] () を選択し、[ボードを設定] を選択します。
設定メニューで [クイック フィルター] を選択します。
[クイック フィルターを作成] を選択します。
名前、JQL クエリ、説明を入力します。
[作成] を選択します。
例
Show all work items that have the highest priority:
priority = Highest
Show all work items that have been updated in the past day:
updatedDate >= -1d
この内容はお役に立ちましたか?