Remove global filter from description should also include nested tags #341
Replies: 1 comment
-
Thank you for the idea @jdheyburn! You are right. At the moment, Tasks only supports a global tag without any sub tags. As a workaround, please use one global tag (like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a global filter called
#task
, so that only checkboxes containing#task
are included. I split up my tasks by using nested tags such as#task/backlog
.When the Remove global filter from description flag is enabled, it removes
#task
from the description, but for nested tags this then leaves the nested portion behind; from the above example:/backlog
is left behind.I believe that when this flag is enabled, it should remove the entire tag, whether nested or not.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions