I have the query below
project = X AND issuetype not in (Subtask, Defect, HotFix) ORDER BY Rank ASC
it is still showing subtasks, but not the defects and hotfixes.
Can't figure out what's wrong.
Please share some screenshots. Be sure that the issue type is Subtask and not for example "sub-task".
Hi @Cemre Uludag and welcome to the community,
Check if the issue type is spelled differently than "subtasks". Perhaps it's "sub-tasks".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try using this JQL clause to filter out the subtasks:
issuetype not in subTaskIssueTypes()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.