now:
- filter by description is only possible with positive text match
- there is an option to filter all time entries “without description”
problem:
- there are time entries with a specific information, in our case ticket id “#”. If we would like to see all time entries without mentioning a ticket id, we have to manually go through all time entries.
- We are able to filter description by “#” to see all time entries with ticket number, but we are not able to filter by “does not include: #” to see all time entries without ticket number
feature request:
- add a option in filter by description for negative text match
→ add a new option below “without description” named “without text”
or
allow regex search feature, which I assume is much much more time consuming to implement
how it should work:
- enter text (e.g. in our example here “#”)
- click checkbox “without text”
→ reports are filtered by description that are not containing the entered text