Writing SQL to get data onto a dashboard shouldn't require being a SQL expert. SmartAssist is an AI assistant built directly into SquaredUp's tile editor that helps you build queries faster, without needing to know the syntax or even the language. It can be used in two distinct areas:
  1. The parameters step of a query language e.g. JQL, KQL or MSSQL
  2. For combining data streams or advanced grouping when you turn on
    SQL Analytics
How to use it
  1. Open the tile editor and select the an appropriate data stream e.g.
    Log Analytics KQL
  2. Select objects, as normal
  3. Navigate to the
    Parameters
    tab
  4. Click the
    SmartAssist AI
    icon in the top-right corner of the query editor to open the chat panel.
  5. Describe what you want in plain language — for example, "Show me the top 10 issues by comment count from the last 30 days".
  6. SmartAssist generates the query for you. Click
    Preview
    to review the suggested changes.
  7. A side-by-side comparison shows your original query next to the new version so you can see exactly what's changed.
  8. Happy with it? Click
    Apply
    and Execute the SQL when ready, that's it 🎉