cinatic / taskwhisperer

Taskwhisperer is a extension for TaskWarrior Application https://taskwarrior.org. It is to display upcoming tasks and task details as well as to create and modify them.
GNU General Public License v3.0
141 stars 20 forks source link

Unable to filter tasks by subproject #82

Closed jubnzv closed 3 years ago

jubnzv commented 4 years ago

It seems that filtering by project in taskwhisperer doesn't work with taskwarrior subprojects.

A subproject is a nested project that is separated from the main project by a period symbol. More information about subprojects is available in this blogpost and Dirk Deimeke's slides.

Here are steps to reproduce this issue.

Create demo tasks:

task add pro:a   test1   # Main project 'a'  
task add pro:a.b test2   # Main project 'a', subproject 'b'

In taskwhisperer we'll see, that tasks can be filtered by main project 'a': image

But we can't filter tasks by 'b' subproject: image