Skip to content

creecros/Creecros_Filter_Pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest release GitHub license Maintenance Open Source Love Downloads

🚽 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 to name, add status:open at the end to exclude closed tasks.

📎 Chainable Subtask Assignee Filter

  • Use subtask_assignee:name to filter subtasks assigned to name, chainable to other filters.

👹 Subtask Status Filter

  • Use subtask:status:DONE or subtask:status:2 to filter for subtasks that are DONE
  • Use subtask:status:TODO or subtask:status:0 to filter for subtasks that are TODO
  • Use subtask:status:INPROGRESS or subtask:status:1 to filter for subtasks that are INPROGRESS
  • Use subtask:status:RUNNING to filter for subtasks that are RUNNING, regardless of STATUS

📆 Search for tasks by due date and include tasks with empty due date

  • Use date_withnull:<=today or date_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 multiples tag: to filter all task with the tag a and b. You can use as many tags you want in tags:"" but they must be separated by ,.

👪 Combinable

Example:

  • task_subtask_assignee:name subtask:status:RUNNING status:open

About

Kanboard filters

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages