Forums

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

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 Champion
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
Product Admin
TAGS
AUG Leaders

Atlassian Community Events