本页介绍了 Google 问题跟踪器中的搜索查询语言支持的问题字段。
| 类别 | 字段 | 标签 | 备用标签 | 特殊值 | 示例 | 
|---|---|---|---|---|---|
| ID(完全匹配) | 问题 ID | id | id:1234 | ||
| 阻塞问题 | blockingid | none(无屏蔽问题)any(存在一个或多个屏蔽问题) | blockingid:1234 | ||
| 被屏蔽的问题 | blockedbyid | none(无被屏蔽的问题)any(存在一个或多个被屏蔽的问题) | blockedbyid:1234 | ||
| 父级问题 | parentid | none(无父级问题)any(一个或多个父级问题)最后的 +包含传递性子问题 | parentid:1234 | ||
| 规范问题 | canonicalid | none(无规范问题)any(存在一个或多个规范问题) | canonicalid:1234 | ||
| 时下热曲 | hotlistid | h | none(未列入任何热门列表)any(列入一个或多个热门列表) |  hotlistid:98765 | |
| 组件 | componentid | c | 末尾的 +包含子组件 | componentid:5555 | |
| 追踪器 | trackerid | trackerid:1234 | |||
| 用户(完全匹配) | 记者 | reporter | r | me(您) | reporter:username | 
| 接收方 | assignee | a | none(无分配对象)any(有分配对象)me(您) | assignee:none | |
| 协作者 | collaborator | none(无协作者)me(您) | collaborator:username | ||
| 抄送 | cc | none(无字幕)me(您) | cc:username | ||
| 验证者 | verifier | v | none(无验证者)any(有验证者)me(您) | verifier:me | |
| 修饰符 | modifier | me(您) | modifier:username | ||
| 上次修改者 | lastmodifier | me(您) | lastmodifier:username | ||
| 评论者 | commenter | me(您) | commenter:username | ||
| 上一位评论者 | lastcommenter | me(您) | lastcommenter:username | ||
| 枚举(完全匹配) | 优先级 | priority | p | priority:p1 | |
| 严重程度 | severity | s | severity:s1 | ||
| 类型 | type | t | type:feature_request | ||
| 状态 | status | is | open(任何开启状态)closed(任何关闭状态) | status:assigned | |
| 文本(分词) | 标题 | title | title:foo | ||
| 评论 | comment | comment:bar | |||
| 附件(文件名) | attachment | attachment:foo | |||
| 文本(完全匹配) | 发现的版本 | foundin | none(未找到任何版本)any(找到一个或多个版本) | foundin:1.1 | |
| 目标版本 | targetedto | none(无目标版本)any(一个或多个目标版本) | targetedto:1.2 | ||
| 已通过验证的版本 | verifiedin | none(无已验证的版本)any(一个或多个已验证的版本) | verifiedin:1.3 | ||
| 时间 | 创建时间 | created | [number]d(过去 n 天) | created:2014-06-18 | |
| 上次修改时间 | modified | [number]d(过去 n 天) | modified<=2014-06-18 | ||
| 解决时间 | resolved | [number]d(过去 n 天) | resolved:5d | ||
| 验证时间 | verified | [number]d(过去 n 天) | verified:2014-06..2014-08 | ||
| 计数 | 重复计数 | duplicatecount | duplicatecount:1 | ||
| 得票数 | votecount | votecount>=5 | |||
| 评论次数 | commentcount | commentcount:10 | |||
| 协作者人数 | collaboratorcount | collaboratorcount<5 | |||
| 抄送人数量 | cccount | cccount<5 | |||
| 后代总数 | descendantcount | descendantcount>10 | |||
| 打开的后代数量 | opendescendantcount | opendescendantcount:0 | |||
| 附件数量 | attachmentcount | attachmentcount>0 | |||
| 布尔值 | 在生产环境中 | inprod | inprod:true | ||
| 加注星标 | star | star:false | |||
| 已归档 | archived | all(true 或 false) | archived:true | ||
| 静音 | mute | mute:true | |||
| 自定义字段 | 自定义字段 | customfield<id> | none(无自定义字段值) | customfield119:foo | |
| 已保存的搜索 | 应用已保存的搜索过滤条件 | savedsearchid | savedsearchid:1234 |