Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

'Acceptance Criteria' quick filter > The text inside has more than 10 characters

Richard Kallas November 17, 2021

Hi,

I'm searching for a 'Quick Filter' to filter 'User Stories' where:
1. the "Acceptance Criteria" is not EMPTY
OR
2. Sentences with 'GIVEN' and 'THEN' doesn't exist
OR
3. (The important for me!) The text inside has more than 10 characters (for example)

 

Why?
Some people write inside of the 'Acceptance Criteria' a dot (.) or a word. I need to filter sentences inside more than several words....

Now, I'm use:
"Acceptance Criteria" !~ EMPTY AND "Acceptance Criteria" !~ "GIVEN*" AND "Acceptance Criteria" !~ "THEN*"

I NEED HELP to include: [The text inside of 'Acceptance Criteria] has more than 10 characters]

Thanks.

1 answer

0 votes
Gaurav
Community Champion
November 17, 2021

Hello @Richard Kallas 

The count of characters is not natively supported by JQL. This can be performed using Automation which is available with all cloud subscriptions.

Alternatively, you can search the Atlassian marketplace for plugins that support this functionality.

Richard Kallas November 18, 2021

Oh, thank you.
What a pity!
I thought that there would be some way to indicate a condition to him.

Suggest an answer

Log in or Sign up to answer