I'm developing plugin to enable AUI select2 renderer for multiselect customfield. As I understang when developing new customfield type it's neccessary to provide searcher for it. I'm trying to a...
Hello, I wrote a <customfield-searcher/> for text-fields. Unfortunately Jira takes this as the new default for new text-fields. But I like to have Jira's Free Text Searcher still as the d...
...his is the first time the searcher knows what its ID and names are * * @param field the Custom Field for this searcher */ public void init(CustomField field) { // 1. Create the Searcher...
Searching on a created custom field using jql gives error: error "Field 'cf[10024]' is not searchable, it is only sortable." I understand this to be result of not defining a searcher for t...
...hough there are issues where the custom field is empty. Do i need to do anything in the searcher to make this work? Thanks a lot! Jens
Hi, I'm planning to write my own Searcher for my new customfield. Could anybody give me pointer: 1. which class I need to extend/implement? 2. what are the methods I need to implement/o...
...ield searcher? There is no getVelocityParameters method! Thanks!
...ey="my-clients"/> </customfield-searcher> MSSearcher: public class MSSearcher extends MultiSelectSearcher{ public MSSearcher(ComponentLocator componentLocator, C...
Copied to clipboard