I adjusted my issue view and also removed the resolution field because I use the status indicator for this
Unfortunately the standard filter on the Board is link as follow:
assignee = currentUser() AND resolution = Unresolved order by updated DESC
which comes to the error Field 'resolution' does not exist.
I would like to change this to
assignee = currentUser() AND status = Open order by updated DESC
Could you please tell me where I can change this. I played around with the Filters, but I can't access/change the upper 9 standard predefined filters.
thanks,
stefan