Issue Saved Filter
From 7.11.0 version
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 JQL 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 | |||||
---|---|---|---|---|---|
Column | ID | OWNER | NAME | DESCRIPTION | QUERY |
Type | BIGINT | VARCHAR | VARCHAR | VARCHAR | VARCHAR |
Indexed | x | x | x |
Â
Â