Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom field filter on Project #345

Open
fsoedjede opened this issue Oct 11, 2024 · 1 comment
Open

Support custom field filter on Project #345

fsoedjede opened this issue Oct 11, 2024 · 1 comment
Assignees

Comments

@fsoedjede
Copy link

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=fr for projects where custom field value is fr
    Tested 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:

It's not documented in https://www.redmine.org/projects/redmine/wiki/Rest_Projects but it works.

@maxtepkeev maxtepkeev self-assigned this Oct 14, 2024
@maxtepkeev
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants