Custom field searchers
Writing the custom field type is one thing, but making it available to one of JIRA's most powerful functionalities—that is, search—is another! When you create the custom field, you can associate the searcher to be used along with it.
In most cases, you wouldn't need a custom searcher. Instead, you can use the built-in custom field searchers in JIRA itself. The list includes, but is not restricted to, text field searcher, date searcher, number searcher, user searcher, and so on.
The first step, of course, is to determine what kind of searcher your new field needs. For example, a text field can easily be searched with a text searcher. A number field can be searched with a number searcher or a number range searcher. You might even want to extend one of these searchers to add some extra functionality, like some special conditions or hacks you want to introduce! Yeah, you know what I mean.
JIRA has defined the text searcher for its system custom fields as follows:
<customfield...