I know I can search for status open or closed, and search for dates that cases were opened or closed (including date ranges), but how can I find out which cases have ever been reopened?
|
16
2
|
|||||||
|
|
6
|
This isn't currently possible because the opened: search axis looks only for the first time the case was opened. We have a case open to consider adding an axis for reopened. If you think that would be useful for you, please up-vote this question. You can also try Justine's suggestion below or try your hand at implementing a new search axis via a plugin. |
|||||||||||||||
|
|
2
|
The comment about
|
|||
|
|
1
|
Hmm, I chewed on this a bit more and came up with following workaround. YMMV.
NOTE: This will work best if incoming mails have a virtual user for the "Open As" assignee. project:"YOUR PROJECT" opened:"today" openedby:"DEFAULT ASSIGNEE" orderby:"LastEdited" (status:"open" OR status:"closed") -status:"Closed (SPAM)" If your Project receives cases from more than one mailbox, then you can expand this using: project:"YOUR PROJECT" opened:"today" (openedby:"DEFAULT ASSIGNEE1" OR openedby:"DEFAULT ASSIGNEE2" OR openedby:"DEFAULT ASSIGNEE3" etc etc) orderby:"LastEdited" (status:"open" OR status:"closed") -status:"Closed (SPAM)" .. it's a bit of a kludge, and I'm still voting for Reopened: to become a search axis. Cheeres, Justine |
|||
|