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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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!!!!

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

Atlassian Community Events