search issue by custom field in redmine

726 views Asked by At

I have a list of issues which I want to search by email. Currently the email custom field id is 4. But when I use this request:
GET http://redmine.mysite.com/[email protected]
I am getting an array containing all issues with default limit(25). Is there a way I can search issues by email?
I am using Redmine REST API for Ruby.

1

There are 1 answers

0
jkraemer On

What you are doing looks correct. Make sure Used as filter in the custom field's settings is checked.

If that is the case, the log of this request and your Redmine version would be of interest.