-
OneDev
changed state to 'Closed' 4 years ago
Previous Value Current Value Open
Closed
-
OneDev
changed state to 'Released' 3 years ago
Previous Value Current Value Closed
Released
-
State changed as build #2827 is successful
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
Not Found
|
Issue Votes (0)
I have created a custom field of type
textand I can not search issues usingcontainsquery.For example if I add
abcas custom field value for a single issue then the result is empty if I do"myfield" contains "abc"but I get a result when I do"myfield" is "abc".So it seems like
containsdoes not work.