Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

If the grid was created in earlier versions 1.20 or lower, you should manually set columns indexing in the configuration.


Note

To make a column searchable you need to check the Index data checkbox when configuring a column.



Table of Contents
maxLevel2
minLevel2

Syntax

Use in grids as a JQL function to search by the grid's content. Check the syntax below.

...

Panel
borderColorgrey
borderWidth2
titleSearch query syntax
issue in grids("<grid custom field name>", "<column name> <operator> <search value>") and issue in grid("<grid custom field name>", "<column name> <operator> <search value>")

Restricted words and characters

JQL search has a set of reserved characters:

...

You can't search for many special characters in text fields using this method.

Reference

Below you find a detailed description of the operators that are used for advanced searching within the grid's content.  Each column type supports a set of the operators detailed in the table below.

Column typeSupported operators
String, Textarea

~; !~; =; !=; in; not in

Integer, Number 

=; !=; in; not in; <; <=; >; >=

Date, Time, DateTime

=; !=; in; not in; <; <=; >; >=

Single Select List, Multi Select List

=; !=; in; not in

Checkbox=; !=; in; not in
Userlist=; !=; in; not in
Formula=; !=; in; not in


Examples

Search issues by empty grids

You can search for all issues which contain a grid that is empty or is not empty. The grid is considered empty when it has not been modified. 

...

Panel
borderColorgrey
borderWidth2
titleJQL query example

"Grid 1" IS EMPTY 

Search issues by data from the grid

Find all issues which have grid Checklist with a column called Summary and text Onboarding

...