Forums

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

Jira query to filter Q-A have morethan 10 comments

Godwin jino July 16, 2024

i wanst to filter q-a tcikets have more than 10 comments , i have tried 

 

Jira Issue Filter: Comments older than x days

parent = LLSQAG-61084 AND summary ~ "Q-A" AND issueFunction in hasComments(">10") its not working for me in jira search .

2 answers

0 votes
Godwin jino July 18, 2024

hi @Ollie Guan  san,
i have tried below 
parent = LLSQAG-61084 AND summary ~ "Q-A" ORDER BY AND Comments("+10") but this is not working in my case .

Ollie Guan
Community Champion
July 18, 2024

Does this condition return any data?

issueFunction in hasComments('+10')

It looks like you have a syntax error in your JQL

Godwin jino July 18, 2024

@Ollie Guan san,
i got the error 
Error in the JQL Query: Expecting a field name but got 'AND'. You must surround 'AND' in quotation marks to use it as a field name. (line 1, character 52)

Godwin jino July 18, 2024
Ollie Guan
Community Champion
July 18, 2024

parent = LLSQAG-61084 AND summary ~ "Q-A" AND issueFunction in hasComments('+10') ORDER BY Rank

0 votes
Ollie Guan
Community Champion
July 16, 2024
Godwin jino July 18, 2024

sorry its not working in y case , 

Ollie Guan
Community Champion
July 18, 2024

Sort by the number of Comments? Perhaps this value can be recorded through custom fields and automation.

https://community.atlassian.com/t5/Jira-questions/Sort-by-number-of-comments-on-a-JQL/qaq-p/2209858

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events