I have set-up a project that contains two boards. I have had to set a filter for board 2 so that we could seperate the task that are needed on board 1 and board 2. I have done this by set the filter for board 2 as "label =".
My problem is that I want to be able to see the subtaks on board 2 but can't figure out how to without removing label filter.
How do I go about doing this?
If I've understood you correctly, this is probably because you're setting the label on the parent task only - sub-tasks don't inherit properties like this from the parent so won't appear in your filter. You either need to:
- manually label them
- automate inheriting the label
- reconsider how you split your boards/projects
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.