createFilter
Description
Creates a filter with name, description, search query, and owner.
Parameters
Return Type
Number
Returns the id of the created filter.
Example
number filterId = createfilter("Filter for Agile project", "Filter for Agile project", "project = \"Agile Project\" AND statusCategory not in (Done)", "admin");