Hi
We added a new filed for existing screen and i am encounter an issue with EMPTY field search. The issue details is bellow.
1. Added a new custom list box field for screen story issue type.
2. Trying to modify the existing recores under issue type story for specified team
Ex 1> project = xxxx and issuetype = story and team in (xxxxx) . for this query i got 30 records and its include the new filed records
Ex 2> project = xxxx and issuetype = story and team in (xxxxx) and customfield is EMPTY . for this query showing No records found
just to add if i am adding customfield is not empty / null its working as expected.
We are using jira 4.x and i know jira 4.x allow EMPTY / NULL values search. What i am missing here
Please advise
Thanks
Lakshmi K
I tried background index it seems its working
Glad that it work for you :) Please vote and accept my answer if possible. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there
Can you try this query:
project = xxxx and issuetype = story and team in (xxxxx) and customfield != empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for response
YES. I did
!= EMPTY is working. Only = EMPTY is having issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try running background reindexing and try to run the query again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.