Please support 'not like' in cm find query language
Please can you add support for 'not like' in cm find query language.
Our example use case is to list all of a developers changes excluding any work in progress (wip).
find changeset where comment not like '%wip%'
7
votes

Actually, it is already possible :-)
find changeset where not comment like ‘wip’
Let us know if this is fine for you ! :-)
Thanks.