Is there a way to write JQL if i want to find out if my acceptance criteria is less than certain characters. I mean it not empty and have very little info. so i want all my AC to be at least 50 characters minimum and wan to write a query to display all stores with AC less than 50 characters
Hi @Amar Bashir,
By using Issue Checklist Free app, you could ask Jira following JQL instead:
checklistItemsCount < 5
or
activeChecklistItems > 0
The first one returns all issues with less than 5 acceptance criteria items.
The second one returns all issue with non-completed acceptance criteria items.
The JQL statements can include, of course, additional conditions like filtering by project, issue type, ordering, etc.
In case of any questions, we are happy to help.
Cheers,
Jack
Hi @Amar Bashir -- Welcome to the Atlassian Community!
Short answer: this is not possible with out-of-the-box Jira Cloud features of JQL
Longer answer:
First thing: the length of/number of characters in the acceptance criteria field may not reflect the quality of information. Please consider how your team can meet your quality needs with improved team methods.
Regarding your measurement question: How often do you need to perform this check, and are you willing to spend money/time to solve it?
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.