Skip to content

Commit

Permalink
feat: Added iteration to issue and group filters
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianocasella authored and JohnVillalovos committed Aug 2, 2023
1 parent 3732841 commit 8d2d297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitlab/v4/objects/issues.py
Expand Up @@ -57,6 +57,7 @@ class IssueManager(RetrieveMixin, RESTManager):
"milestone",
"scope",
"author_id",
"iteration_id",
"assignee_id",
"my_reaction_emoji",
"iids",
Expand Down Expand Up @@ -90,6 +91,7 @@ class GroupIssueManager(ListMixin, RESTManager):
"sort",
"iids",
"author_id",
"iteration_id",
"assignee_id",
"my_reaction_emoji",
"search",
Expand Down Expand Up @@ -230,6 +232,7 @@ class ProjectIssueManager(CRUDMixin, RESTManager):
"milestone",
"scope",
"author_id",
"iteration_id",
"assignee_id",
"my_reaction_emoji",
"order_by",
Expand Down

0 comments on commit 8d2d297

Please sign in to comment.