Can I search for issues (wildcard) using the Redmine REST API?
I know you can query for issues using known values (i.e. project_id=1), but is it possible to query for issue via wildcard search (i.e. issue_开发者_运维知识库subject=*wildcard*, or issue_description=*wildcard*)? The REST API documentation doesn't seem to indicate that, but I'm hopeful someone else has been able to do this.
It doesn't appear to be part of the API. You'd have to extend redmine yourself.
Luckily, it seems someone has already done it for you:
http://www.redmine.org/issues/6277
精彩评论