Page tree

Versions Compared

Key

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

Safety considerations and limited access to some of the data necessitated the introduction of additional features to the search engine.
Secure Field Plugin adds "issue in search" function to the JQL. This function takes from 2 to 4 arguments rounded by quotation marks.

Warning
titlePerformance note

Please note that using secureFieldSearch() function on large instances may cause performance issues. We strongly recommend using secureFieldSeachJQL() or secureFieldSearchFilter() functions instead. Please be aware that these functions has a parameter to enter JQL Query/filter and we recommend using selective filters. It's not recommended to search for secure fields on large dataset (more than 1000 issues).

 

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

...