Page tree

Versions Compared

Key

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

...

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 have 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).

...

Operators that are defined for the particular field types are listed below:

 Secure TextSecure Free TextSecure NumberSecure ListSecure Multi Select ListSecure Single User PickerSecure Multi User PickerSecure Single Group PickerSecure Multi Group PickerSecure DateSecure Date Time
=xxxxxxxxxxx
!=xxxxxxxxxxx
>  x      xx
>=  x      xx
<  x      xx
<=  x      xx
isEmptyxxxxxxxxxxx
isNotEmptyxxxxxxxxxxx
startsWithxx xxxxxx  
endsWithxx xxxxxx  
containsxx xxxxxx  

 

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

...