I am trying to create JIRA filter as below
project = "ProjectA" AND status = Done
The problem is I am just a developer. Hence, all I do is develop it and then pass it along to tester. At that point the JIRA status changes from "In Progress" to "SIT" ....And finally to "Done".
I want to know how many tasks where actually completed by me in last 5 weeks or so using filter. Is that possible?