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/issues.json?cf_4=somebody@gmail.com
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.
答案 0 :(得分:0)
你在做什么看起来是正确的。确保选中自定义字段设置中的用作过滤器。
如果是这种情况,那么此请求的日志和您的Redmine版本将会很有用。