This page describes JQL functionality in the Table Grid Next Generation.
...
Column type | Supported 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 |
---|
borderColor | grey |
---|
borderWidth | 2 |
---|
|
issue in grids("Checklist", "Summary~Onboarding") |
Image Removed
Image Added
Find all issues which have grid Shopping order with the column What sandwich that includes text Chicken
Panel |
---|
borderColor | grey |
---|
borderWidth | 2 |
---|
|
issue in grids("Shopping order", "What sandwich=Chicken") |
Image Removed
Image Added
Find all issues which have grid Testing with the column Summary that equals test and task;
Panel |
---|
borderColor | grey |
---|
borderWidth | 2 |
---|
|
issue in grids("Testing", "Summary=test", "Summary=task", "status='open'") AND issue in grid("Grid2", "Summary=task") |
...
Panel |
---|
borderColor | grey |
---|
borderWidth | 2 |
---|
|
issue in grids("Checklist", "Done=true") |
Image Removed
Image Added
Find all issues with the Checklist grid which have checkbox column and values are unchecked.
...
Panel |
---|
borderColor | grey |
---|
borderWidth | 2 |
---|
|
issue in grids("Team Workload", "Team=Sales") |
Image Removed
Image Added