https://github.com/creecros/creecros_filter_pack
Kanboard filters
https://github.com/creecros/creecros_filter_pack
filter kanboard kanboard-plugin
Last synced: 14 days ago
JSON representation
Kanboard filters
- Host: GitHub
- URL: https://github.com/creecros/creecros_filter_pack
- Owner: creecros
- License: mit
- Created: 2018-09-28T14:55:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T16:55:06.000Z (over 4 years ago)
- Last Synced: 2025-03-23T22:12:14.324Z (about 1 month ago)
- Topics: filter, kanboard, kanboard-plugin
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/creecros/Creecros_Filter_Pack/releases)

[](https://github.com/creecros/Creecros_Filter_Pack/graphs/contributors)

# :toilet: Creecros's Filter Pack
### :raising_hand: Make a request if you need new filters.
### :nail_care: 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.
### :paperclip: Chainable Subtask Assignee Filter
- Use `subtask_assignee:name` to filter subtasks assigned to `name`, chainable to other filters.
### :japanese_ogre: 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`### :calendar: 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.
### :bookmark: Tags- Use `tags:","` 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 `,`.
### :family: Combinable
Example:
- `task_subtask_assignee:name subtask:status:RUNNING status:open`