The TQL grammar is extended with a SELECT
keyword that precedes the previously existing "filtering" conditions. I can write several field names (separated by commas ,
) from the selected trackers.
SELECT @pretty_title, @project.name, @tracker.name WHERE @id >= 1
Allowed special fields
- @project.name
- @tracker.name
- @pretty_title which corresponds to "tracker short name" #@id @title
A given field (for example @pretty_title
) can only be selected once. For example SELECT @pretty_title, @title, @pretty_title
will raise an error.
Figma mockup: https://www.figma.com/design/oDjT4tC3fDGP5P4JdKfkdE/Columns-choices---ST?node-id=67-21319