admCreateFilter
Description
Creates a filter. Returns the JFilter structure. Name should be unique in your Jira
Parameters
Return Type
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