Project

General

Profile

REST API: get issues by custom field

Added by Maik Schuerer over 7 years ago

Hi there,
as described here Rest_Issues I defined a custom field and marked it as 'used as a filter'.
Than I create two task with different values for my custom field.
When I run
GET /issues.xml?cf_1=value1
I get all issues, not only the one I expected.
Any ideas?
Maik