I am trying to create a quick filter on issue type - subtaks, but I get back no results? I've tried many ways to write the jql, with no luck. please help
Hi Emily,
Can you share the Jakie well that you're currently using?
On the surface it should be very easy to form a JQL to return only subtasks but I expect there's more to your inquiry. As an example the below would return all subtasks for a given project.
Project = ABC and type = subtask
Replace ABC with your project and replace subtask with your exact subtask issue type
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I ask where you’re entering this JQL? Can you please try inserting the exact JQL into the advanced search?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have been successful using that same JQL in multiple locations. Is it remotely possible that you don’t have any subtasks? If in fact you know that you do and you’re still getting nothing then I would advise you to contact Atlassian support directly so they can login and look at what’s going on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Emily Torres , I see that you've accepted our answers on this page. Does that mean you have gotten this to work now? If so please advise what you found. This will benefit future members searching for a similar question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, I'm still trying to figure it out;
I'm creating the query as a quick filter on the backlog page; I know we have subtasks, but those have been omitted from the project view so I do not see them in the backlog page or scrum board page; but would like a Quick filter for those sub tasks, which do not appear when I try these three queries:
issuetype in subTaskIssueTypes() or
issue-type = Sub-task AND Summary ~ UX OR
issue-type = Sub-task AND assignee in
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hang on a second. You mention “but those have been omitted from the project view”. Are you saying that the sub tasks are not included in the kanban board configuration? Do you find subtasks on your kanban board normally? Your quick filter will never display subtests if the underlying board filter excludes them. This may be obvious but I do want to check.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's the answer; yes those subtasks are omitted; as it clutters the backlog view and the active sprint board.....I purposed exclude the subtasks from my view; but wanted to create a quick filter for them....my work around is creating a filter for them which I have and that works for me....thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Emily Torres ,
if you want to get all the results of all sub-task issue type categopries-- > issuetype in subTaskIssueTypes()
To get all sub-tasks --> issuetype = Sub-task
Thanks,
Anvesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've tried that with no results; I'm trying to get all the UX tasks or even by the UX designer, but nothing returns results.
issuetype in UX Review; UX Feedback, Design, Research and Testing;
OR (issue-type = Sub-task AND Summary ~ UX) OR (issue-type = Sub-task AND assignee in ....
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.