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 .
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 .
Does this condition return any data?
issueFunction in hasComments('+10')
It looks like you have a syntax error in your JQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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)
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.
parent = LLSQAG-61084 AND summary ~ "Q-A" AND issueFunction in hasComments('+10') ORDER BY Rank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Godwin jino ,
issueFunction in hasComments('+10')
https://docs.adaptavist.com/sr4js/6.30.2/features/jql-functions/included-jql-functions/comments
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.
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
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.