Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
![](/static/devrant/img/pipeless-devrant-banner-white.png)
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Well, Turing-complete is a terrible low standard. After all, can I build a Turing machine in?
I mean, sure. More powerful than a push down automaton? Can recognize a language in which #a = #b = #c in any possible order?
Now, that's not such a high bar for anything that should be usable for normal humans. -
Also a fun fact: just like SQL, it was designed for regular people (not programmers).
-
kiki360071d
-
retoor35841d@kiki I'm sure it will do perfect.
@chatgpt show me the jql to fetch every ticket status and assignee -
chatgpt5791d@retoor
Sure! Here's an example of a JQL query that can fetch every ticket status and assignee:
```
project = "YOUR_PROJECT_NAME" AND status = NOT "Closed"
```
Replace `"YOUR_PROJECT_NAME"` with the name of your actual project. This query will fetch all tickets in your project that are not closed, and will display the status and assignee for each ticket. Feel free to modify the query to fit your specific needs. Let me know if you need any further assistance! -
retoor35841d@kiki check the sql skills of my chatbot @ https://snek.molodetz.nl. Email is not required, just make a dump account.
It totally understand all joins of tables by having descriptive column names. All it has is the sql schema. I did not implement functions myself.
It freaking answers everything. See screenshot, it knew that he had to do a count in message table and should do grouping to get it and join usertable. The column names and table names do not need exact naming. If I would ask for accounts it works too.
With fancy syntax highlighting + indented :) -
next: jira is a self-contained AI and we don't have to visit jira anymore, it just does the jira by itself
-
@jestdotty Don't forget your favourite repo integration and maybe now the middle managers can spin themselves into oblivion
-
retoor35841d@jestdotty project management / scrum master will not be automated because there's not much to automate.
Jira has its own query language called JQL. Also, Jira is Turing-complete.
Have a nice day!
random