Reputation: 17775
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.
Upvotes: 4
Views: 2433
Reputation: 7297
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
Upvotes: 2