Versions Compared

Key

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

This page describes JQL functionality in the Table Grid Next Generation

...

Table of Contents
maxLevel2
minLevel2

Syntax

Use IN GRID  GRIDS  as a JQL function to search by the grid's content. Check the syntax below.

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

...

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

...

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

...

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 

...

Panel
borderColorgrey
borderWidth2
issue in gridgrids(Checklist, "Summary~Onboarding")

...

Panel
borderColorgrey
borderWidth2
issue in gridgrids("Shopping order", "What sandwich=Chicken")

...

Find all issues which have grid Testing with the column Summary that equals test and task

Panel
borderColorgrey
borderWidth2
issue in gridgrids("Testing", "Summary=test", "Summary=task", "status='open'") AND issue in grid("Grid2", "Summary=task")


...

Panel
borderColorgrey
borderWidth2
issue in gridgrids("Checklist", "Done=true")

...

Panel
borderColorgrey
borderWidth2
issue in gridgrids("Checklist", "Done=false")

...

Panel
borderColorgrey
borderWidth2
issue in gridgrids("Shopping order", "Price>10")

...

Panel
borderColorgrey
borderWidth2
issue in gridgrids("Team Workload", "Team=Sales")

...