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?
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.