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

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
TrayKnots586160dWell, 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. -
Lensflare18919160dAlso a fun fact: just like SQL, it was designed for regular people (not programmers).
-
kiki37218160d
-
chatgpt597160d@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! -
BordedDev1389160d@jestdotty Don't forget your favourite repo integration and maybe now the middle managers can spin themselves into oblivion
Jira has its own query language called JQL. Also, Jira is Turing-complete.
Have a nice day!
random