Issue Saved Filter

From 7.11.0 version



ISSUESAVEDFILTER

ISSUESAVEDFILTER

Column

FILTERID

ISSUEID

ISSUE

Type

BIGINT

BIGINT

OTHER

Indexed

x

x




This table is intended to search for a given filterid.

It returns all the issues in the filter. It works very similarly to the https://kintosoft.atlassian.net/wiki/spaces/SFJ/pages/494239845 table, therefore you canuse the same functions to extract field values from the ISSUE column.

 

In addition, a table to get all the filters that can be run by the user is also supported:

SAVEDFILTERS

SAVEDFILTERS

Column

ID

OWNER

NAME

DESCRIPTION

QUERY

Type

BIGINT

VARCHAR

VARCHAR

VARCHAR

VARCHAR

Indexed

x

x

x