Closed mschuerer closed 8 years ago
hi! @mschuerer , have you tried running this query in Postman or browser? what is the URL that you are using? let's compare it to the one built by the library.
note: this is how you can use this param according to Redmine docs:
cf_x: get issues with the given value for custom field with an ID of x. (Custom field must have 'used as a filter' checked.)
see http://www.redmine.org/projects/redmine/wiki/Rest_Issues
Hi,
after some struggling i added the project name, then it worked for me:
params.put("project_id","yourProjName");
the project name is also mentioned in the URL...
Hi, I tried to get issues wit a parametre map
but it allways return all issues and not only the one I expected. Any ideas? MAik