As the title says - I have a custom asset field attached to my Epic and need to create a JQL to find all issue that have not been filled in - I'm not looking to query the asset object, only the empty custom field.
Hi Jeffrey,
If you only want to apply this query to Epics or a specific issue type, you can modify the query by adding a condition for the issue type, like this (replace Custom Asset Field whit you field name):
issuetype = Epic AND "Custom Asset Field" is EMPTY
This will return all Epics where the custom asset field is empty.
Hope this helps.
Hi,
I tried it in Jira data center using AI for Jira app and got JQL, you need to change the customfield_id:
customfield_10000 IS EMPTY
If you are using Jira cloud, you can also try directly with Atlassian Intelligence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.