Skip to content

Commit 8d2d297

Browse files
cristianocasellaJohnVillalovos
authored andcommitted
feat: Added iteration to issue and group filters
1 parent 3732841 commit 8d2d297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitlab/v4/objects/issues.py

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class IssueManager(RetrieveMixin, RESTManager):
5757
"milestone",
5858
"scope",
5959
"author_id",
60+
"iteration_id",
6061
"assignee_id",
6162
"my_reaction_emoji",
6263
"iids",
@@ -90,6 +91,7 @@ class GroupIssueManager(ListMixin, RESTManager):
9091
"sort",
9192
"iids",
9293
"author_id",
94+
"iteration_id",
9395
"assignee_id",
9496
"my_reaction_emoji",
9597
"search",
@@ -230,6 +232,7 @@ class ProjectIssueManager(CRUDMixin, RESTManager):
230232
"milestone",
231233
"scope",
232234
"author_id",
235+
"iteration_id",
233236
"assignee_id",
234237
"my_reaction_emoji",
235238
"order_by",

0 commit comments

Comments
 (0)