admUpdateFilter

admUpdateFilter

 

Syntax

admUpdateFilter(JFilter)

Package

 

Alias

 

Pkg Usage

 

Description

The filter can be partially updated by specifying only the attribute needed to be updated in the JFilter structure.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

filterName

String

Yes

The name of the filter.

Return Type

Boolean (true/false)

Returns true if the filter was updated. False otherwise.

Example

JFilter filter; filter.id=10405; filter.name = "Updatedname"; filter.description = "New Description"; filter.query = "project=TEST AND assignee=admin"; filter.owner = "admin"; boolean a = admUpdateFilter(filter); runnerLog("Filter updated? "+ a + "\n" + "The update filter is: "+ admGetFilterById("10405"));

The filter can be partially updated by specifying only the attribute needed to be updated in the JFilter structure.

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.