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.
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.
Oh, thank you.
What a pity!
I thought that there would be some way to indicate a condition to him.
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.