It seems the Artificial Intelligence functionality is evolving towards the right direction but still have a few aspects to evolve.
When I heard "Jira + AI", I thought we'd have some sort of LLM parsing of the issue (summary and description, at least) so that actual natural queries about its content could be asked. It seems that so far, the only "AI" we have is a JQL writer. It was a bummer to me, to be honest.
Focusing on this narrow AI usage for Jira search, I see at least two different personas:
The current functionality seems to be focused on the 2nd persona. I'd guess this persona is the smaller cohort of Jira users... whereas the 3rd persona would be the one benefiting the most of it.
Focusing on this 3rd persona, there's a few flaws that are not making them ready to go in an intuitive way. Examples:
=========
Natural query: personal items
JQL generated: assignee = currentUser() AND project = "Personal Projects"
It's interesting (and positive) to notice that he found somehow that I had a project called Personal Projects. I'd assume it means some parsing is happening.
However...
Natural Query: support items
JQL generated: issueType = "Support"
As I also have a "My Support" project, I'd expect the model to also use it. But he defaulted to a issuetype that I don't even have in my site.
=========
Natural query: items that are open?
JQL generated: status = "Open"
I may want outstanding items. "Open" can either refer to an atual status or the statuscategory "To Do".
=========
I'm finding that Atlassian Intelligence is returning JQL queries that can't be run.
Natural language query:
Which work items in project ABCDE are linked to a Done work item?
Response:
project = "ABCDE" and issueFunction in linkedIssuesOf("status = Done") order by created DESC
which then gives an error:
Field 'issueFunction' does not exist or you do not have permission to view it.
And I believe that issueFunction comes from a plugin and is not native OOTB JQL.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Atlassian Intelligence
Unlock your team's full potential by automating repetitive tasks and generating new ideas with Atlassian Intelligence.
Learning Path
Get the most out of Rovo
Learn how to use Rovo, Atlassian's AI-powered product, to find, learn, and act on information faster.
Using Atlassian Intelligence across your organization
As an Atlassian organization admin, learn the capabilities of Atlassian Intelligence and how to enable it across products.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.