Forums

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

Cannot find custom field in JQL filter

Martina Bassi
Contributor
August 8, 2023

Hi Coomunity,

I was creating a new filter in my project, but I cannot find the custom field "Issue Owner" in JQL, that is the one I wanted to filter by.

jira.png

Can you please help?

Thank you,
Martina

1 answer

1 accepted

0 votes
Answer accepted
Robert Wen_Cprime_
Community Champion
August 8, 2023

Hello Martina:

There are two ways you can reference your custom field in JQL: either by the field name or by its ID number.

For the field name, it would resemble the following

"Issue Owner" = assignee

Issue Owner is in quotes because of the space.

To look for the field's ID number, go to the details of the custom field and find the 5-digit number.  For example, if Issue Owner's ID number is 12345, you'd refer to it in JQL as follows.

cf[12345] = assignee

Here's the reference https://support.atlassian.com/jira-software-cloud/docs/jql-fields/#Custom-field 

Martina Bassi
Contributor
August 8, 2023

Thank you!

Cannot understand why I had no problem with other custom fields which have space too. But thank you!

Like Robert Wen_Cprime_ likes this

Suggest an answer

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

Atlassian Community Events