InfoGrab DocsInfoGrab Docs

Work items

GitLab GLQL에서 work item 유형별 쿼리 필드, 표시 필드, 정렬 필드 및 사용 예시를 설명합니다.

Work items # - Tier: Free, Premium, Ultimate - Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated Work items에는 다음 유형이 포함됩니다: Issue , Incident , TestCase , Requirement , Task , Ticket , Objective , KeyResult , Epic . 에픽 쿼리는 Premium 및 Ultimate 티어에서만 사용할 수 있습니다. 허용 범위 # 범위 설명 project 특정 프로젝트의 work item을 쿼리합니다. group 하위 그룹을 포함한 그룹 내 모든 프로젝트의 work item을 쿼리합니다. 자세한 내용은 범위 를 참조하세요. 쿼리 필드 # 필드 이름 (및 별칭) 연산자 유형 Assignees assignee, assignees =, in, != 전체 Author author =, in, != 전체 Cadence cadence =, in Epic 제외 전체 Closed at closed, closedAt =, >, <, >=, <= 전체 Confidential confidential =, != 전체 Created at created, createdAt, opened, openedAt =, >, <, >=, <= 전체 Custom field customField("Field name") = 전체 Due date due, dueDate =, >, <, >=, <= 전체 Epic epic =, != Epic 제외 전체 Health status health, healthStatus =, != 전체 ID id =, in 전체 Include subgroups includeSubgroups =, != 전체 Iteration iteration =, in, != Epic 제외 전체 Labels label, labels =, in, != 전체 Milestone milestone =, in, != 전체 My reaction emoji myReaction, myReactionEmoji =, != 전체 Parent parent =, != Epic 제외 전체 State state = 전체 Status status = Epic 제외 전체 Subscribed subscribed =, != 전체 Updated at updated, updatedAt =, >, <, >=, <= 전체 Weight weight =, != Epic 제외 전체 Assignees # History GitLab 18.0에서 별칭 assignees 가 도입됨 . GitLab 18.3에서 assignees로 에픽 쿼리 지원이 도입됨 . 설명 : 하나 이상의 담당 사용자로 work item을 쿼리합니다. 허용 값 유형 : String User (예: @username ) List ( String 또는 User 값 포함) Nullable ( null , none , any 중