addFilterToFavorites

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !

Syntax

addFilterToFavorites(ownerName, filterName)

Description

Adds a filter to the user's favorites.

Parameters

Parameter name

Type

Required

Description

ownerName

string

Yes

The username of a user

filterNamestringYesThe name of a filter

Return type

boolean

The result of operation

Example

boolean result = addFilterToFavorites("admin", "filter for Agile project");


See also