What's the magic url sauce for creating a link to a card list with filters applied? Whenever I try to create something like this:
<a href=/Instance/projects/Project/cards/list?columns=Persona+Tree+-+Persona%2COld+Name%2CScenario+Status&filters[]=[Type][is][Scenario]&filters[]=[Persona+Tree+-+Persona][is][223]&filters[]=[Scenario+Status][is+not][New]&page=1&style=list&tab=All> Scenarios </a>
the wiki seems to get tripped up on the url - perhaps interpreting the brackets strangely.
I'd like to be able to link to a card list and specify the filter in the Url. I could also deal with setting up a favorite and having a link specify the name of the favorite.
How can I do this?
Thanks,
Adrian
Comments
3 comments
Hi Adrian
Looks like you've uncovered a defect for us. I have logged an issue and we will update the Community site when it is fixed.
One workaround that can be used in the meantime is to surround your entire href with notextile tags (i.e. <notextile></notextile>)
thanks
-jen
Workaround worked like a charm. Thanks Jen!
Hi Adrian --
You mention that linking to favorites is also an option - in which case, you should be able to do so with a URL that looks like:
<hostname>/projects/<projectname>/cards?view=My+Favorite+Cards
(substituting as appropriate)
cheers!
-- Andy
Please sign in to leave a comment.