What is the challenge? |
My team works on a shared workspace where multiple initiatives are being worked on simultaneously. The filter by initiatives on the Features board removes the features, but all the Release columns stay there. |
What is the impact? |
The team can use the initiatives filter but a lot of empty columns are present and they have to use the releases filter. |
Describe your idea |
Make the Initiatives filter work for both features and releases. |
The truth table shows the general idea for an implementation.
Initiative is on Release |
Initiative is on Feature |
Outcome |
---|---|---|
FALSE |
FALSE |
Don't show release (or feature) |
FALSE |
TRUE |
Show release (and feature) |
TRUE |
FALSE |
Show release (but not feature) |
TRUE |
TRUE |
Show both |