Quick summary
To query subtasks in Jira, navigate to Filters in the left-hand panel, open Search Work Items, switch to JQL mode, and run the query issuetype = Subtask to instantly retrieve all subtasks in your project.
Steps
- On Jira's main home page, go to the left-hand panel and click Filters.
- Choose Search Work Items to proceed to the search interface.
- Select JQL as the search mode.
- Click the search bar and type the query: issuetype = Subtask.
- Click the Search button to process your request.
- View all subtasks in your Jira space displayed as the query results.
