Is it possible to find tasks with type "Bug" in a sprint. If the sprint field is not marked in this type of task, but it is marked in the task with which this bug is related.
Hello, @Ivan Andrieiev !
Please, pay attention to the gadget that my team recently released - Text to JQL.
This AI/ML-based solution not just converts entered by the user natural-language text into a corresponding JQL query.
It will help you get to know JQL queries better.
I hope it will be useful to you.
By the way, the gadget is free :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it is possible, but you would need an app that extends JQL unless you want to add each issue key for the tasks in your JQL. Default JQL cannot do nested queries, but apps like Scriptrunner/Enhanced Search, JQL Tricks, and JQL Search Extensions, just to mention a few, can all extend JQL so you can search for tasks that have links to bugs in order to get the result you are looking for. If you search the Marketplace for JQL you will find other apps that also extend JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What does it mean "to add each issue key for the tasks in your JQL@" it can be created filter for 1 task?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you do not have an app that extends JQL, your only option is to add each task issue key to the query like this:
issue in linkedIssues (JRA-123, JRA-456, JRA-789)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.