You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: