Help with JQL syntax

Daniel Ronnstam April 7, 2023

Hi. I'm trying to make a filter to not show all sub-tasks on a KanBan board. I have made my own subtask issue types listed below. But when I enter the below syntax I get error. 

Could someone please help me correct the syntax? thanks

project = VP AND issuetype != ("Code Web FE", "Code Mobile FE", "Code BE", "Code Admin", "Design Mobile", "Design Web", "Other Code", "Other Task") ORDER BY Rank ASC

1 answer

1 accepted

3 votes
Answer accepted
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 7, 2023

Hi @Daniel Ronnstam,

Try the following instead:

project = VP AND issuetype NOT IN ("Code Web FE", "Code Mobile FE", "Code BE",
"Code Admin", "Design Mobile", "Design Web", "Other Code", "Other Task")
ORDER BY Rank ASC

Hope this helps! 

Daniel Ronnstam April 7, 2023

Thanks it worked!!!!

Suggest an answer

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

Atlassian Community Events