python-redmine
python-redmine copied to clipboard
Support custom field filter on Project
Hello,
Thanks for this package. Is there a way to filter projects which has a specific custom field?
With the api, I would do it with:
-
https://redmine.url/projects.json?cf_3=*for all project which has the custom field value set -
https://redmine.url/projects.json?cf_3=frfor projects where custom field value isfrTested on Redmine 4.2.2
3 being the id of the custom field.
Q: I did not dig everythere in the code but would it be something you could consider implementing?
Regards
Related issues in Redmine project which talk about it:
- https://www.redmine.org/issues/26422
- https://www.redmine.org/issues/22966
It's not documented in https://www.redmine.org/projects/redmine/wiki/Rest_Projects but it works.
Hi @fsoedjede
Thanks for letting know that this feature works, I've tried that myself a few years ago and it didn't work for me, now I've retested and it really works.
I will try to implement it ASAP.