フィルターの設定
Your board's filter is a JIRA issue filter (a JQL query) that specifies which issues are included on your board. For example, your board may include issues from multiple projects, or from only one project, or from a particular component of a project. Only the administrator of a board (or a person with the 'JIRA Administrators' global permission) can configure a board's filter.
If you're using a Scrum board and your filter specifies more than one project, clicking the inline issue create link will open the Create issue dialog. This is because JIRA will not know which project you want to add your issue to, so you need to select the project.
ボードに別のフィルターを選択する
ボードにどのフィルターを関連づけるか選択する手順は、次のとおりです:
- 目的のボードに移動し、ボード > 設定をクリックします。
- [保存済みフィルター] フィールドに表示されているフィルター名をクリックします。カーソルを合わせると鉛筆アイコン が 表示されます。
- ボードに使用する別のフィルターを選択します選択が終わったら、エンターキーを押します。
スクリーンショット:「ボードの設定」画面 - 「一般」タブ
ボードのフィルターを編集する
現在のボードに関連づけられているフィルターを編集する手順は、次のとおりです:
- 目的のボードに移動し、ボード > 設定をクリックします。
- 一般タブで:
- To change the filter's JQL query, click Edit Filter Query. For more details, see the JIRA documentation on JQL.
- To change the filter's name, description, or shares, click Edit Filter Shares. For more details, see the JIRA documentation on issue filters.
カンバンボードにサブフィルターを追加する
サブフィルターは、カンバンボード上にあるボードのフィルターが返した課題を絞り込みます。サブフィルターはカンバンボードの「カンバンボード」画面にのみ適用されます(つまり、レポートには適用されません)。サブフィルターによって、レポートはカンバンボードに異なるデータを表示することができます。
既定のサブフィルターは、次のとおりです:
fixVersion in unreleasedVersions() OR fixVersion is EMPTY
・・・これによって、「リリース」ボタンを使用してリリースされた課題はカンバンボード画面に表示されなくなります。(しかし、レポートは引き続きその課題を表示します)。
ボードにサブフィルターを追加する手順は、次のとおりです:
- 目的のボードに移動し、ボード > 設定をクリックします。
- Hover over the words Add Sub-Filter and click the pencil icon that appears. Enter a JQL query. For more details, see the JIRA documentation on JQL.
