Hi Team,
We have been trying to fetch the details of issue using a 'jql' which includes a where clause for CustomField of type Number field such that if the value in the field is empty/null/0 then only we should be able to get all the issues.
the jql being used:
project = [projectkey] issuetype in (Story, Requirement) AND ( [customfield] = null OR [customfield] is EMPTY )
But we are unable to fetch certain issues for projects even when the [customfield] value is empty for those.
Can someone please let me know what could be done to get value for the empty fields?
Online 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.