Hi, folks,
I'm trying to create a number of "quick links" into Mingle to post on an external wiki that will filter down to a specific list of cards, by telling Mingle what filters to apply directly in the URL string.
This mostly works, but is falling down for me when trying to filter by tags. I'd like to use a syntax similar to:
http://mingle/my_project/cards/list?&filters[]=[Type][is][Defect]&filters[]=[Defect+Status][is][New]&filters[]=[Tagged+With][is][my_tag]
The above isn't working for me (fails with "Filter is invalid. Property "Tagged With" does not exist). Which is true--tags aren't properties. But I was hoping there's a similar syntax that would so something equivalent for tags.
Edit: apparently can't use <pre> tags...
Comments
2 comments
Hi Mike
You can use tagged_with=my_tag
e.g. https://localhost:8080/projects/mingle/cards/list?filters[]=[Type][is][story]&tagged_with=my_tag
I hope that helps.
- Suzie
Exactly what I was looking for--thanks!
Please sign in to leave a comment.