Skip to end of banner
Go to start of banner

admChangeFilterOwner

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 Current »

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8? Click here and leave these dusty old pages behind!

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
stringYesAn username the new owner of the filter
filterId
stringYesThe 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

  • No labels