We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3732841 commit 8d2d297Copy full SHA for 8d2d297
gitlab/v4/objects/issues.py
@@ -57,6 +57,7 @@ class IssueManager(RetrieveMixin, RESTManager):
57
"milestone",
58
"scope",
59
"author_id",
60
+ "iteration_id",
61
"assignee_id",
62
"my_reaction_emoji",
63
"iids",
@@ -90,6 +91,7 @@ class GroupIssueManager(ListMixin, RESTManager):
90
91
"sort",
92
93
94
95
96
97
"search",
@@ -230,6 +232,7 @@ class ProjectIssueManager(CRUDMixin, RESTManager):
230
232
231
233
234
235
236
237
238
"order_by",
0 commit comments