/
admChangeFilterOwner
admChangeFilterOwner
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
admChangeFilterOwner(oldOwnerName, newOwnerName, filterName)
Description
Changes the ownership of an existing filter.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
oldOwnerName | string | Yes | The username of the current/old owner of the filter |
newOwnerName | string | Yes | An username the new owner of the filter |
filterId | string | Yes | The id of the filter to transfer |
Return type
boolean
Returns true if the ownership was successfully changed.
Example
boolean success = admChangeFilterOwner("jdoe", "admin", 10200);
See also
, multiple selections available,
Related content
admChangeFilterOwner
admChangeFilterOwner
More like this
admChangeFilterOwner
admChangeFilterOwner
More like this
admGetFilterOwner
admGetFilterOwner
More like this
changeDashboardOwner
changeDashboardOwner
More like this
admActivateUser
admActivateUser
More like this
admShareFilter
admShareFilter
More like this