Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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. 

issue in secureFieldSearch("", "", "")

1 - custom field's name

2 - operator's name

3 - custom field's value
Note: custom field's value is not required in case of using operators such as isEmpty or isNotEmpty

4 - case sensitive/insensitive
Note: argument valid for operators = and != for fields: Secure Text, Secure Free Text, Secure List, Secure Multi Select List, Secure Single User Picker, Secure Multi User Picker, Secure Single Group Picker, Secure Multi Group Picker

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  
  • No labels