Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

CustomField Seacher: GenericTextCFType

Ariel Rosa January 27, 2015

Hey guys,

I have a customfield of the type GeneticTextCFType, and a need to add a searcher to it, but I do not know what seacher class to use in the attlassian-plugin.xml or what searcher class to extend to develop one myself.

Any tips will be greatly appreciated.

Kind regards,
Ariel Rosa 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 27, 2015

Use

<valid-searcher package="com.atlassian.jira.plugin.system.customfieldtypes" key="textsearcher"/>

You can also use exacttextsearcher instead of textsearcher, if you want.

Ariel Rosa January 27, 2015

Hi Jobin, Thanks for the rapid response. I just do not understand where do I put this code line, directly in the atlassian-plugin.xml? Or do I need to put it inside another compoent? Kind regards, Ariel Rosa

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 27, 2015

It goes in the custom field declaration in atlassian-plugin.xml. See https://developer.atlassian.com/display/JIRADEV/Custom+Field+Plugin+Module

Ariel Rosa January 27, 2015

Thanks a bunch Jobin! It worked great! :)

TAGS
AUG Leaders

Atlassian Community Events