Support : BIM Track

Make Filter fields accept query expressions and conditions

Operators improvements

A filter should support the following operators

  • AND + OR operators

    • Example: Find all issues with status New OR Open AND Assigned to 'This User'

  • NOT operator

    • Example: Find all issues with a status NOT Closed

Criteria improvement

Filter by not set

i.e: Issue with not due date

Contains X
i.e.: It would be great to be able to seach for "*@test.com", which would filter the results of all issues assigned to people from the email domain "test.com". Thanks!

Does not contain X
Equal X
Does not equal X

  • Guest
  • Jan 31 2018
  • Future consideration
  • Attach files
  • Guest commented
    31 Jan, 2019 04:38pm

    Add also general query expression like Equal, Begin with, Contains, Does not equal, etc.