Can I search for problems (wildcard) using the Redmine REST API?

I know that you can ask for problems using known values ​​(i.e. project_id = 1), but is it possible to ask for their problem by searching for wildcards (e.g. issue_subject = * wildcard * or issue_description = * wildcard *)? The REST API documentation does not seem to indicate this, but I hope someone else was able to do this.

+4
source share
1 answer

It is not part of the API. You will have to distribute redmine yourself.

Fortunately, it looks like someone has already done this for you:

http://www.redmine.org/issues/6277

+2
source

Source: https://habr.com/ru/post/1339711/


All Articles