Hello!
I am currently trying to find all analysis with a status of "in analysis" that currently do not meet the definition of ready that has been defined for my project.
I am not sure how to query this, and any help with the JQL would be much appreciated.
Thank you!
Hi @Sean Libera
How is your DoD defined in the issue, as this is a requirement that's important to help you further.
Is this a Field, a Check List (what app is used for the checklist as its not an ootb function), etc..
As @Ezgi Bayındır gave you the basic JQL based on Project and Status.
Hello,
It is a check list with 7 different fields that need to be "checked" off for the story to be considered ready.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sean Libera
What is the app you are using for checklists?
Look at the app documentation and see what kind of JQL related options are provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sean Libera ,
Following JQL query will help you.
project = "my project" AND status ="In Analysis"
Also you can check this link for improving your queries Use advanced search with Jira Query Language (JQL) | Jira Service Management Cloud | Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for this.
But won't this just return all in analysis stories- even if they have met the definition of ready? I'm looking to see if there is a way to query your jql above, as well querying for in analysis stories that have not yet met the definition of ready.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.