正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

GLQL data sources

GLQL can query the following data sources:

Data sourcetype valuesDescription
Work itemsIssue, Incident, TestCase, Requirement, Task, Ticket, Objective, KeyResult, EpicIssues, epics, and other work item types. Default when type is omitted.
Merge requestsMergeRequestCode review and merge workflow.
PipelinesPipelineCI/CD pipelines.
JobsJobCI/CD jobs within pipelines.
ProjectsProjectProjects within a namespace.

Each data source has its own set of supported fields for filtering, display, and sorting.

Specify the data source in your query by using the type field. For example, type = Issue or type = MergeRequest. For data sources that support multiple types, use the in operator to query across types. For example, type in (Issue, Task).