Shown options for a customfield in basic search?

Hi

I’m trying to make a plugin that only show some options in a customfield.

When I’m performing a search (basic search) on the customfield all options are shown.

Which java method shall I override to control shown options for a customfield in basic search?

I have managed to limit the options that are shown, when using the advanced search, by overriding the “public Options getOptions” method of the class SelectCFType.

Regards,

Michael Danielsson

@michael.danielsson is this for Jira Cloud or Jira Server?

Hi
It is for Jira server

I hope there is someone out there that can help me with this.