JIRA筛选器经验
常用筛选
- 筛选关于自己
(summary ~ currentUser() OR description ~ currentUser() OR assignee = currentUser() OR assignee was currentUser() OR Status Changed BY currentuser() OR worklogAuthor = currentUser() OR comment ~ currentUser() OR watcher = currentUser() OR text ~ currentUser() OR creator = currentUser() OR voter = currentUser()) AND status != done ORDER BY lastViewed DESC
- 评论@自己的任务
comment ~ currentuser()
- 自己评论过的任务
issueFunction in commented("by currentUser()")
字段补充
summary
参考文档
标题 | 链接 |
---|---|
筛选器官方文档 | 链接 |
筛选自己评论 | link |
issueFunction官方文档 | link |