Skip to content

Commit b27f3f2

Browse files
committed
feat(api): add missing ProjectJob list filters
See: https://docs.gitlab.com/api/jobs/#list-project-jobs
1 parent b1696be commit b27f3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,5 +346,5 @@ class ProjectJobManager(RetrieveMixin[ProjectJob]):
346346
_path = "/projects/{project_id}/jobs"
347347
_obj_cls = ProjectJob
348348
_from_parent_attrs = {"project_id": "id"}
349-
_list_filters = ("scope",)
349+
_list_filters = ("scope", "order_by", "sort")
350350
_types = {"scope": ArrayAttribute}

0 commit comments

Comments
 (0)