Non expert queries are converted as full TQL. Current TQL doesn't allow to express exactly what was possible with non expert mode. For instance, non expert mode allows to select
Bug from project Alpaca
Stories from project Dog
During the conversion, it will be a merge of both SELECT ... FROM @project.name IN ('Alpaca', 'Dog') AND @tracker.name IN ('Bug', 'Stories').
Converted queries have no title but have a description "Converted from simple query on 'Bug from project Alpaca', 'Stories from project Dog'" (adapted depending on context obviously).
Only "always there fields" are converted to expert mode, which imply:
- Artifact column is split in two columns: Id (the artifact ID) and Tracker
- Status column is removed.
- Assigned to is also removed.