JQL query to identify custom asset field with null value

JEFFREY SCHNEIDER September 9, 2024

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.

2 answers

1 accepted

0 votes
Answer accepted
Cristian0791
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 10, 2024

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.

0 votes
Softwaretao September 9, 2024

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.

jql.png

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events