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

Filters are not applying correctly #347

Open
MiguelUB opened this issue Dec 20, 2024 · 0 comments
Open

Filters are not applying correctly #347

MiguelUB opened this issue Dec 20, 2024 · 0 comments

Comments

@MiguelUB
Copy link

Hello,

I am new to using this library and have encountered an issue when attempting to apply multiple filters while listing issues. It seems that the filters are not being applied correctly, as only the status_id and tracker_id filters are being processed.

I attempted to apply the filters as follows:

filters = {
'author_id'=125
'include': ['relations'],
'limit': 10,
'offset': 0,
'sort': 'updated_on:desc',
'tracker_id': 41
}
redmine.issue.filter(**filters)

But did no filter by author

I am unsure if this issue could be related to my version of Redmine (4.X) or if there is something I am overlooking. Any guidance would be appreciated.

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

No branches or pull requests

1 participant