Creecros’s Filter Pack
Make a request if you need new filters.
Task Subtask Assignee Filter
- Use
task_subtask_assignee:name
to filter for both tasks and subtasks assigned toname
, addstatus:open
at the end to exclude closed tasks.
Chainable Subtask Assignee Filter
- Use
subtask_assignee:name
to filter subtasks assigned toname
, chainable to other filters.
Subtask Status Filter
- Use
subtask:status:DONE
orsubtask:status:2
to filter for subtasks that areDONE
- Use
subtask:status:TODO
orsubtask:status:0
to filter for subtasks that areTODO
- Use
subtask:status:INPROGRESS
orsubtask:status:1
to filter for subtasks that areINPROGRESS
- Use
subtask:status:RUNNING
to filter for subtasks that areRUNNING
, regardless ofSTATUS
Search for tasks by due date and include tasks with empty due date
- Use
date_withnull:<=today
ordate_withnunll:>=YYYY-MM-DD
to filter for tasks by due date and include empty due dates in search- The date must use the ISO 8601 format: YYYY-MM-DD.
Tags
- Use
tags:"<tag>,<tag>"
instead of multiplestag:
to filter all task with the taga
andb
. You can use as many tags you want intags:""
but they must be separated by,
.
Combinable
Example:
task_subtask_assignee:name subtask:status:RUNNING status:open