Previously I was able to create a workload pie chart that showed a current user's workload by issue type on a current sprint, using this filter:
sprint in openSprints() AND NOT status in (Closed, Done, Resolved) AND assignee in (currentUser()) ORDER BY lastViewed DESC
At some point in the last few days the workload piechart gadget has become a lot more fragile, and breaks when defining a current sprint and when defining any status whatsoever. This is the error it throw out:
