The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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

 

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events