Hi,
I have an "HTML" scripted field which outputs a link and a text accordingly.
When I select the "free text searcher" on the linked jira custom field, this works fine.
But when switching to the "Exact text searcher" I am not able to search for values anymore.
Is there a trick to be able to use this feature?
Also, the field that I am manipulating is more or less an issue key, so ideally what I need is the "key searcher". Do you have insights on how to use this one?
What I am returning in the scripted field is essentially : `<a href= "<link to the issue>">WHATEVER-YY-<incremental_number></a>`
Thanks.
Did you re-index your site after changing the searcher?
If you want to use the issue key searcher, your script field can probably only return an issue key.
You might want to explore using the custom field template to control the rendering of your field to include the custom html.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.