admCreateFilter

admCreateFilter

Syntax

admCreateFilter(name, jql, owner[,description])

Package

adm

Alias

 

Pkg Usage

[use adm; createFilter(name, jql, owner[,description]);]

Description

Creates a filter. Returns the JFilter structure. Name should be unique in your Jira

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

name

string

Yes

The name, must be unique within your Jira.

jql

string

Yes

The jql you want to set up for this filter.

owner

string

Yes

The owner of the filter. If empty it is assumed to be the current user.

owner

string

No

A description.

Return Type

JFilter

Example

JFilter f = admCreateFilter("pcfilter", "project = TEST and issueType = Bug", currentUser(), "This is programatically created");

Returns the JFilter object, if correctly created.

See also

Peacock

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.