JIRA过滤常用配置
我关注的
1 | key in watchedIssues() ORDER BY priority,project,updatedDate DESC |
我经手过的
1 | assignee = currentUser() OR assignee was currentUser() OR reporter = currentUser() ORDER BY priority,project,updatedDate DESC |
我未解决的问题
1 | assignee = currentUser() AND status in (Open, "In Progress", Reopened) ORDER BY updatedDate DESC |
分配给我的
1 | assignee = currentUser() ORDER BY updatedDate DESC |
我创建的
1 | reporter = currentUser() ORDER BY updatedDate DESC |
本文作者:
ionluo
本文链接: http://www.ionluo.cn/blog/posts/7698394a.html
版权声明: 本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。转载请注明出处!
本文链接: http://www.ionluo.cn/blog/posts/7698394a.html
版权声明: 本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。转载请注明出处!