Forums

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

How do I write JQL query in structure to filter stories which have this specific word "ASH" in AC

Parveen Taj February 1, 2023

1) I have this query written in structure 

project in (ABC) AND issuetype != Feature

which gives me a list of 200 + stories

 

2) Now the requirement is I want to see only the tickets which have word "ASH" in the Acceptance Criteria

            Added a filter where Attribute AC contains "ASH"

but it is not lisitng any tickets.

Could you pelase let me know what is wrong in this or do I have to use the formula here?

 

1 answer

1 accepted

3 votes
Answer accepted
Sunny Ape
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 1, 2023

Hello @Parveen Taj 

Refer to the JQL Advanced Search Reference page on how to correctly use the Contains (~) operator.

Parveen Taj February 1, 2023

Thank you it's working now..

Suggest an answer

Log in or Sign up to answer