特定の課題を見つける
We're updating terminology in Jira and changing 'issue' to 'work item'. As part of the change, there are no changes to existing JQL queries.
As we continue to roll out the new terminology, some JQL entities using ‘work item’ may not work yet. If you come across this, try replacing ‘work item’ with ‘issue’.
Use basic search to find specific work items. The basic search provides a user-friendly interface that lets you define complex queries, without needing to know how to use JQL (advanced search).
基本検索を使用する方法は以下のとおりです。
From the sidebar, select Filters, then select Search work items.
基本検索ではなく JQL(高度な検索)が表示された場合は「基本」を選択します。
Set your search criteria, like Space, Status, and Assignee.
Optionally, enter text to search for and add more criteria by selecting More filters.
When using the search field in basic mode, results will be based on the summary, description fields, and all text fields. To search work item comments and worklogs too, select More filters to view additional field filters, then select Text.
テキストを検索する場合、ワイルドカードや論理演算子などの特殊文字や修飾子を検索テキスト内で使用できます。「テキスト フィールドでの検索構文」を参照してください。
基本検索と高度な検索を切り替えられないのはなぜですか?
In general, a query created using basic search can be translated to JQL or advanced search, and back again. However, a query created using JQL might not be translatable to basic search, particularly if:
クエリに OR 演算子が含まれる場合 (IN 演算子は含めることができ、それは変換される点にご注意ください。例:
project in (A, B)
)。クエリ
(project = JRA OR project = CONF)
はクエリ(project in (JRA, CONF))
と同じですが、2 つめのクエリのみが変換されます。
NOT 演算子を含むクエリ
EMPTY 演算子を含むクエリ
比較演算子 (!=、IS、IS NOT、>、>=、<、<=) を含むクエリ
the query specifies a field and value that is related to a space (e.g. version, component, custom fields) and the space is not explicitly included in the query (e.g.
fixVersion = "4.0"
, without theAND project=JRA
). This is especially tricky with custom fields since they can be configured on a space/work type basis. The general rule of thumb is that if the query cannot be created in the basic search form, then it will not be able to be translated from advanced search to basic search.
検索についてのトラブルシューティング
選択したいフィールドが見つからないのはなぜですか?
Some fields are only applicable to specific spaces. If you don’t see a specific field, it could be because you don’t have browse permissions for the space that contains the field.
フィールド条件がグレーのテキストで表示されているのはなぜですか?
Some fields are only valid for a particular space/work type context. If you choose a field in your search, then remove all spaces/work types that reference the field, then the field is invalid. The invalid field does not apply to your search and is displayed in grey text.
選択したフィールドに赤い感嘆符 (!) が表示されるのはなぜですか?
Some field values are only valid for a particular space/work type context. For example, you may have configured a space to use a status In QA Review in its workflow. If you select this space and status in your search, then change the search to filter for a space that doesn't use In QA Review, the status will be invalid and ignored in the search.
2 つのフィールドが同名の場合はどうなりますか?
Fields in team-managed spaces are contained within the space itself. So, you can create fields with the same name in different spaces. More about custom fields in team-managed projects
重複したフィールド名を使用した検索条件の絞り込みは簡単になりました。重複するフィールド名と併せて表示されるフィールド タイプに基づいて、検索結果に対して適切な条件を選択します。
この内容はお役に立ちましたか?