...
Find all issues which have grid Testing with the column Summary that equals test and task;
Panel | ||||
---|---|---|---|---|
| ||||
issue in grids("Testing", "Summary=test", "Summary=task", "status='open'") AND issue in grid("Grid2", "Summary=task") |
Find all issues which have grid Checklist with the checked checkboxes(column name is Done; checked checkbox equals true)
Panel | ||||
---|---|---|---|---|
| ||||
issue in grids("Checklist", "Done=true") |
...