assignee = currentUser() AND status != Closed ORDER BY Rank ASC
20 April 2015
Tags: jira
This filter picks up any items that slip through the built in filter.
assignee = currentUser() AND status != Closed ORDER BY Rank ASC
Gives you a list of tickets you have beed an assignee on since the start of the month.
assignee was currentUser() after startOfMonth()
project = <project_name> AND issuetype = Bug AND resolved >= -7d