maxtepkeev / python-redmine

Python Redmine is a library for communicating with a Redmine project management application
Other
545 stars 119 forks source link

Support custom field filter on Project #345

Open fsoedjede opened 1 month ago

fsoedjede commented 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:

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.

maxtepkeev commented 1 month ago

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.