Forums

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

Jira Board JQL

Asparuh Georgiev
Contributor
October 29, 2021

Hello, I would like help with a JQL for a Jira Board. 
I have 7-8 custom fields, can I make a JQL filter for a Kanban Board to show only (issue type is task) tasks that contain either of the 7-8 custom fields?
 I am using Jira Cloud, Jira Software

Something like that for example: for projectX show only issues with filled (custom field1 or customfield2 or etc.) 

Thanks!

Edit: If possible I would like to avoid making new issue type specifically for the custom fields

1 answer

1 accepted

4 votes
Answer accepted
Jack Brickey
Community Champion
October 29, 2021

Hi @Asparuh Georgiev ,

see if this is what you are looking for….

project = xxx and “custom-field1” is not Empty

you can repeat the bold text for each custom field

Asparuh Georgiev
Contributor
October 29, 2021

Thanks @Jack Brickey

Repeating 'and "custom-field1" is not Empty' didn't find any results however from your idea I used 'project = XXX AND ("Custom-field1" is not EMPTY or "Custom-field2" is not EMPTY or "Custom-field3" is not EMPTY) ORDER BY Rank ASC' and it worked perfectly.

Thanks for the suggestion!

Suggest an answer

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

Atlassian Community Events