have WQL return referenced cards that don't exist
Idea
have WQL return referenced cards that don't exist+status
have WQL return referenced cards that don't exist+priority
have WQL return referenced cards that don't exist+tag
have WQL return referenced cards that don't exist+issues
Links and Pointers often reference cards that don't yet exist. We track these, but don't yet have a way to return them via WQL.
have WQL return referenced cards that don't exist+solution
refer_to can simply be expanded to work when it's given the name of a card that doesn't exist. It still returns cards like most WQL.
referred_to_by is a little trickier:
{"referred_to_by": ["KIND", CARDDEF]}
Where KIND can be existing, nonexistent, or both. (Default is both? existing?)
Any nonexistent cards it returns should render the same as with "append"/"prepend" - gray "ADD CARDNAME" which you can click on to create that card.
have WQL return referenced cards that don't exist+discussed in support tickets
have WQL return referenced cards that don't exist+relevant user stories