Skip to content
代码片段 群组 项目
未验证 提交 6761d0fa 编辑于 作者: Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski 提交者: GitLab
浏览文件

Merge branch 'himkp-master-patch-50290' into 'master'

No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
......@@ -127,7 +127,7 @@ For example:
display: table
fields: title, state, health, epic, milestone, weight, updated
limit: 5
query: project = "gitlab-org/gitlab" AND assignee = currentUser() AND opened = true
query: project = "gitlab-org/gitlab" AND assignee = currentUser() AND state = opened
```
````
......@@ -156,7 +156,7 @@ project as a list, displaying fields `title`, `health`, and `due`:
display: list
fields: title, health, due
limit: 5
query: project = "gitlab-org/gitlab" AND assignee = currentUser() AND opened = true
query: project = "gitlab-org/gitlab" AND assignee = currentUser() AND state = opened
```
````
......
......@@ -146,6 +146,6 @@ To include the `labels` function in a GLQL view:
display: list
fields: title, health, due, labels("workflow::*"), labels
limit: 5
query: project = "gitlab-org/gitlab" AND assignee = currentUser() AND opened = true
query: project = "gitlab-org/gitlab" AND assignee = currentUser() AND state = opened
```
````
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册