Class Overview
Returns the issue ids of issues linked to the specified issue which the user can see.
This function can only be used if Issue Linking is enabled.
Function usage:
linkedIssues ( issuekey [, linkDescription ]* )
Constants
public
static
final
String
FUNCTION_LINKED_ISSUES
Constant Value:
"linkedIssues"
Public Constructors
Public Methods
public
int
getMinimumNumberOfExpectedArguments
()
Sanitise a function operand for the specified user, so that information is not leaked.
Parameters
searcher
| the user performing the search |
operand
| the operand to sanitise; will only be sanitised if valid |
Returns
- the sanitised operand; never null.