Issue:
Can not view issues that have been marked as 'closed' or 'done' within the last 30 days.
Tried:
assignee in (XX, YY) OR assignee in membersOf(AA) AND status in (Closed, Done) AND updatedDate = startOfDay(-30d)
Objective:
I need to select issues that are either closed or done be individuals and a group over the last 30 days. Would be so much better if there were a closedDate
function here.