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.
search issue by custom field in redmine
738 views Asked by sky_coder123 At
1
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.