Natural language queries

5 views
Skip to first unread message

Mike Austin

unread,
May 2, 2026, 12:01:36 AM (9 days ago) May 2
to PiLuD
Normally I don't like things like AppleScript, where it sounds like English but the syntax needs to be exact so I can never remember the correct syntax.

Then there's AI / LLM, but I think that would be overkill. I just want to be able to do this:

infrastructure bugs created by me in the past 2 days
items I worked on in the last two weeks
items I worked on in the previous sprint
all bugs created yesterday
all bugs marked done yesterday

I feel this is almost like SQL actually. Jira has JQL but sometimes it feels awkward.

"all"? (team "team"?)? ["items" | "stories" | "bugs"] ["created" | "updated"] ("by" [me | name])? ([today | yesterday | ("in the [last | past] n [days | weeks])])? ...

Raoul Duke

unread,
May 2, 2026, 1:16:24 AM (9 days ago) May 2
to pi...@googlegroups.com
ai with controlled natural language. 

Mike Austin

unread,
May 2, 2026, 2:19:22 PM (9 days ago) May 2
to PiLuD
I started looking at autocomplete. It could be done without text parsing – just a decision tree.

--------
|      |
--------------------------------
| open                         |
| blocked                      |
| flagged                      |
| engineering team             |
| devops team                  |
| stories...                   |
| bugs...                      |
--------------------------------

--------------------
| open devops bugs |
--------------------------------
| I worked on                  |
| in the...                    |
|   current sprint             |
|   last sprint                |
| created...                   |
|   by [user]                  |
|   today                      |
|   yesterday                  |
|   in the last [time]         |
| in epic [epic]               |
| with...                      |

|   label [label]              |
|   comments mentioning [user] |
| grouped by...                |
|   team                       |
|   status                     |
|   label                      |
--------------------------------

----------------------------------------
| open devops bugs created in the last |
----------------------------------------
| day                         |
| | 2 | days                  |
| week                        |
-------------------------------
Reply all
Reply to author
Forward
0 new messages