Added by Daradaal Daradaal almost 3 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?
/Daradaal
Hello, this is the desired behaviour. When you perform the same filtering from the GUI you obtain the same outcome that is an issue list...
Than you can use the id to perform a GET /issues/:id.xml
Thanks
Lorenzo