Lab: Filters: 1: Explore Default Filter Queries
Lab: Filters: 1: Explore Default Filter Queries
Filters
Estimated time: 30 minutes
In this lab, you will:
1. Explore default filter queries.
2. Create a starred filter.
3. Explore and create quick filters.
4. Explore existing board filters.
5. Create a board.
Note: These instructions assume that you have projects from the previous labs. If you have other
projects, you can modify the queries to make them work for your projects.
1: Explore default filter queries.
1. Click on the Filters tab. You may need to click the Jira icon in the upper left to see it.
2. Click on each of the tabs/filters to view and execute each query. In JQL search, view the JQL and
explore any fields and/or functions that you are not familiar with. Notice that some of the queries can
not be displayed with basic search, because the user interface elements don't support the query.
Congratulations, you have explored the default filter queries.
2: Create a starred filter.
1. In basic or JQL search, create and execute a query that searches for all issues with a
statusCategory of In Progress that are assigned to the currentUser()``. (If the search
returns no issues, you may want to move an issue to the In Progress or Review column
in projectA` and assign yourself to the issue.)
Using "statusCategory" in this query instead of "status" has the advantage of including issues in
any column where the work is in progress, such as the Review column that you created in the
earlier lab. There are only three statusCategories: To Do, In Progress and Done, so this is a very
flexible query if teams add columns/statuses to the boards.
2. Click the Save as link to save the query as a filter. Name the filter My in progress . After you
create the filter, it should show under the Starred category in the sidebar. You may need to refresh
your browser to see it.
3. In Filters click the View all filters tab. This tab is at the bottom of the sidebar. You should see your
My in progress filter in the list of filters.
4. Click on the more (...) icon to the right of your new filter and select Edit. View and change any of the
metadata details if you would like.
5. Execute the filter by clicking on it. Change the query slightly (for example, swap the order of the
fields) and re-save the filter.
6. Experiment with creating other filters.
Congratulations, you have created and edited a starred filter.
3: Explore and create quick filters.
1. View your projectA company-managed kanban board.
2. Enter some text in the text search box below the board name to show only issues containing that
text.
3. Clear the search text and click on your user icon at the top to view only your issues.
4. Click on your user icon to clear the user filter and use the quick filters to the right of the user icons
to change the issues viewed on the board.
5. Navigate to board settings and view the quick filters for the board (under the Quick Filters tab).
6. Add a quick filter named Stale Issues that displays non-done issues that have not been updated
in the last day. (Hint: updated < -1d AND statusCategory != Done ). It is a good practice to test
your JQL in advanced/JQL search before placing it in a user interface element that expects JQL.
7. Verify that your quick filter is working by navigating back to the board and clicking on Stale
Issues . You may need to change the query and/or issues' status to see results.