We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef94c8 commit e923542Copy full SHA for e923542
gitlab/v4/objects/iterations.py
@@ -16,11 +16,11 @@ class GroupIterationManager(ListMixin, RESTManager):
16
_path = "/groups/{group_id}/iterations"
17
_obj_cls = GroupIteration
18
_from_parent_attrs = {"group_id": "id"}
19
- _list_filters = ("state", "search", "include_ancestors")
+ _list_filters = ("state", "search", "in", "include_ancestors")
20
21
22
class ProjectIterationManager(ListMixin, RESTManager):
23
_path = "/projects/{project_id}/iterations"
24
25
_from_parent_attrs = {"project_id": "id"}
26
0 commit comments