Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you decide not to upgrade or stay with the Strict level of Security Search, you can still improve your efficiency search. 

Searching in "Strict" Search Mode

The Secure Field plugin adds "issue in search" function to the JQL. This function takes from 2 to 4 arguments rounded by quotation marks.

...

In large instances ,due to better performance, please refer to functions described below as they allow to search within secure fields in a limited range of issues.

Secure Field Search with JQL

Code Block
issue in secureFieldSearchJQL("", "", "", "")

...

5 - case sensitive/insensitiv


Secure Field Search with Filter

Code Block
issue in secureFieldSearchFilter("", "", "", "")

...