I've created a simple two-dimensional filter that show each team member on the Y-axis and the count of issues in each Status across the X-axis (the columns). For some inexplicable reason, the order of the columns is In Progress, Resolved, New, Completed, Ready, In Testing, Dev Complete.
How can I get these to be in the same order as our workflow: New, Ready, Dev Complete, In Testing, Resolved, Completed?
Thanks