Project

General

Profile

Query Redmine API for Issues, by keyword?

Added by Zachary Stern almost 11 years ago

Is there a way to query the redmine api for issues, by keyword?

E.g. my company uses several keywords internally, for example "customer" for issues reported by customers.

Is there a way to query redmine's issues API endpoint for these?

I see on the API documentation - http://www.redmine.org/projects/redmine/wiki/Rest_Issues - that there are more filters than just what are listed, indicated by the "..." item in the list. Is there an actual list of these somewhere?


Replies (2)

RE: Query Redmine API for Issues, by keyword? - Added by Zachary Stern almost 11 years ago

It looks like "keywords" may be a custom field we're using. It's not clear how to query for these either though.

:(

RE: Query Redmine API for Issues, by keyword? - Added by Zachary Stern almost 11 years ago

I've now found a way to do it.

I can do cf_2=somevalue

    (1-2/2)