Open fsoedjede opened 1 month ago
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=*
https://redmine.url/projects.json?cf_3=fr
fr
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:
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.
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 sethttps://redmine.url/projects.json?cf_3=fr
for projects where custom field value isfr
Tested on Redmine 4.2.23 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:
It's not documented in https://www.redmine.org/projects/redmine/wiki/Rest_Projects but it works.