JQL Queries search for issues that do not contain text
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
要約
It is not possible to search for issues that don't contain text "ABC" using JQL queries like text !~ "ABC" or text not in "ABC".
環境
8.5.5
回避策
Perform the following JQL search to find all the issues containing the text first.
text ~ 'ABC'
- Save this search as a filter. Let's say the filter name is FILTER.
Navigate away from the filter page and go back to the issue search page. Type the following filter.
filter != FILTER
Once you filter out the issues that do contain the text, you can use the "!=" with the filter to find out all the issues that don't contain the text.
最終更新日 2020 年 7 月 22 日
Powered by Confluence and Scroll Viewport.