Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

AI for Jira Data Center Feature: JQL Search with AI

I have helped many users write JQL.

Now you can write JQL with AI.

 

My suggestion for most Jira users is to learn the JQL documentation first, and then you can use AI for Jira app in Jira data center.

 

Here are some common Jira JQL (Jira Query Language) queries that can help you quickly find the issues you need in Jira, The following JQL queries are generated by AI for Jira app:

  • Find all unresolved issues

    resolution = Unresolved
    image-20240827-091929.png
  • Find all issues assigned to Peter

    assignee = "Peter"
    image-20240827-092154.png
  • Find all issues in project 'AAA'

    project = AAA
    image-20240827-092347.png
  • Find all issues in sprint 'SSS'

    sprint = 'SSS'
    image-20240827-093006.png
  • Find all issues in version 1.0

    fixVersion = "1.0"
    image-20240827-093117.png
  • Find all issues created during 202401

    created >= "2024/01/01" AND created < "2024/02/01"
    image-20240827-093726.png
  • Find all issues updated during 202401

    updated >= "2024/01/01" AND updated < "2024/02/01"
    image-20240827-093809.png
  • Find all issues with high priority

    priority = High
    image-20240827-095411.png
  • Find all issues with label LLL

    labels = LLL
    image-20240828-024723.png
  • Find all bugs

    issuetype = "Bug"
    image-20240828-025153.png
  • Find all issues with status 'doing'

    status = "Doing"
    image-20240828-025012.png
  • Find all issues under Epic "IT-1"

    "Epic Link" = "IT-1"
    image-20240828-031217.png
  • Find all issues in component 'UI'

    component = "UI"
    image-20240828-025515.png
  • Find all issues reported by Peter

    reporter = "Peter"
    image-20240828-031318.png
  • Find all sub-tasks of a specific issue

    parent = issueKey
    image-20240828-031810.png
  • Find all issues with a specific custom field value

    customfield_10001 = "specific value"
    image-20240828-031911.png

 

These JQL queries can be adjusted and combined according to your needs to more precisely find the issues you're looking for.

Of course, what are shown above are simple, the actual capabilities of AI are much more powerful than that, all you have to do is tell the AI app what you need and you'll get the JQL you want quickly.

If you have any specific query requirements or need further assistance, feel free to ask AI for Jira, or ‘comment’, ‘like’, ‘share’, ‘watch’ below! 😊

 

More useful JQL : AI for Jira Data Center Feature: JQL Search with AI (Part 2)

 

2 comments

Comment

Log in or Sign up to comment
Jacques August 29, 2024

Hi,

The given examples are not really an example of AI. For anyone with a little experience in Jira, it's easier to write "resolution = Unresolved" than "Find all unresolved issues" ... Only the time to type it takes longer.

I would expect more expertise from AI than these simple examples.

Guanglin Zhang _XDevPod_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 29, 2024

@Jacques ,

Thank you very much for your reply.
This is the first ARTICLE I've shared, so I wrote the most commonly used part.

AI certainly has stronger capabilities to accomplish more expertise and useful examples.
Now, I plan to write another ARTICLE to show the power of AI.

TAGS
AUG Leaders

Atlassian Community Events