Hi,
I am test driving the stattable searcher plugin. We have a custom field that extends NumberCFType. When I go and configure the search template for the field, I only get Number range searcher. Does your plugin support these types of custom fields?
hello,
there is two ways to define a relationship between a Custom Field Type and a Custom Field Searcher , see the valid-searcher element in custom-field-plugin-module dev page
This provides an alternative way to define a relationship between a Custom Field Type and a Custom Field Searcher (see also the
valid-customfield-type
element in Custom Field Searcher below).Defines the searchers used for this custom field type. The
package
andkey
attributes together specify the module-complete key under which the custom field searcher is registered.This is most useful for when you have a new Custom Field Type that wants to use an existing searcher from core JIRA or another plugin.
have you a valid-searcher element defined in your atlassian-plugin.xml file ? you may just need to add the following :
<valid-searcher package="eu.kprod.jira.stattable-searchers" key="stattableNumeric"/>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.