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

ashley.corpe-hoeffken 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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