Search inconsistent with custom field type in the List, Timeline and Calendar view.

お困りですか?

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

コミュニティに質問

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

 

要約

When a user types a few keywords on the search box for the custom field type  (Text Field (single line))in the list view, then it doesn't display issues and sometimes it displays multiple issues for Jira project as shown below in the screenshots.

But if we type the full keyword in the search box, it displays the issue in the list view:


環境

Jira Cloud

原因

This is the expected behaviour as the search in the list, timeline and calendar view is done via JQL.

ソリューション

 If we pass in 993 in the search box, the JQL we send becomes:

text ~ 993* 
The * at the end means we apply fuzzy search, but only in that direction (after the search term typed, not before it). Therefore it is an expected behaviour in the list, timeline and calendar view search.

最終更新日 2024 年 4 月 29 日

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

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