Search for issues using JQL when summary has the numbers

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。

目的

The advanced search allows you to build structured queries using the Jira Query Language (JQL) to search for issues. You can specify criteria that you can't define in the quick or basic searches. When you would want to search for the issue's summary having the numbers, you may run the following JQL.

環境

.
Jira, Jira Service Management.

ソリューション

When you would want to pull the issues when the summaries has the numbers after the issue keys, users end up searching with the below JQL, which it does not return any output.

summary ~ "ABC_" ORDER BY created DESC 


We can get all the issues with matching summaries that have the numbers in it with the below JQL:

summary ~ "ABC*" ORDER BY created DESC 


We do have the Bug/Suggestion requests to address this behavior.




最終更新日 2024 年 4 月 29 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.