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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.