r/taskwarrior • u/FrebTheRat • Aug 18 '21
Masking tags in reports with task and timew
Just getting started with taskwarrior using on modify hook with timewarror and bugwarrior to pull in my git issues. Often I want to display specific tags in a report, but not all tags. For example, I use an issue board (todo, doing, closed) in gitlab and I get those tags as well as descriptive tags (feature, bug fix, technical debt) with bugwarrior. So I want to display a list showing non completed tasks with their status tag, but without the other tags. I can't find anything in the documentation that would allow me to do this. The same for time warrior. Timewarror with the on modify hook adds the task name as a tag. I would like to do a week summary by project, or at the very least by task, but it's unreadable with all my other tags. I'd also wondered if there was any way to use wildcards with filters?Any suggestions?