Forums

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

How can I filter out all of my tasks and subtask in a project without using any add-ons?

ashley.corpe-hoeffken
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 12, 2020

I want to be able to search for and display all tasks AND subtasks within a project and this is NOT working:  project = 'Project Name' AND issue in parent ("issuetype = Task")...what am I doing wring?

1 answer

1 accepted

2 votes
Answer accepted
Deepanshu Natani
Community Champion
January 13, 2020

Hi @ashley.corpe-hoeffken 

Use the below query:

project = 'Project-Name' AND issuetype in (Task, Subtask)

Suggest an answer

Log in or Sign up to answer