Filter issues with querystrings?
Added by remi taylor almost 17 years ago
Can I use querystrings to apply filters? I'd like to be able to do something like: http://my-redmine-installation/issues?priority=high
or even, if I could use fields like: http://my-redmine-installation/issues?priority_id=4
Is there anything like that available? I see the Issues controller doing something with params[field] using a Query's available_filters ... makes me thing that I could say http://my-redmine-installation/issues?priority=0 or ... something?
Anyone? Thanks :)
( btw, if JPL reads this ... THANK YOU for merging Git support ... it rocks ... thank you, thank you! )