Advanced Searching
key in watchedIssues() 我关注的
我创建的问题:
project ="BY" AND reporter=currentUser() ORDER BY priority DESC
我经办的问题:
project ="BY" AND resolution = Fixed AND assignee = currentUser() ORDER BY priority DESC
我待解决的问题:
project ="BY" AND resolution = Unresolved AND assignee = currentUser() ORDERBY priority DESC
我的所有问题:
project = "BY" AND reporter=currentUser() OR assignee =currentUser() ORDER BY priority DESC
我本周解决的问题:
status WAS "Resolved" by currentUser() AFTER startOfWeek() and resolution=Fixed ORDER BY updatedDate
经办人是Smith或者曾经是
Find issues that are currently assigned, or were previously assigned, to John Smith:
assignee WAS "John Smith"
or
assignee WAS jsmith