I'm trying to build a filter that exposes controversial cards. In our org, this is generally indicated by the number of comments as the discussion gets going. So I'd like to be able to filter for cards with more than x comments on them. So far I haven't found a way to do this.
Any ideas?
Hi @Jason J_ Fedelem ,
There isn't a specific JQL for comment count.
However, you might consider the following solution.
Example, assume your threshold is 10. Now you can use the following JQL defined all issues that have reached your threshold.
comment-count = 10
This works without having to add more addon's or spend more money. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
great to hear it worked for you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I want to do the same thing. Can you explain more ? I work with kanban
Thanks,
Julie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Julie SANTINI , beyond what I provided above where do you have questions? Is it with creating a custom field, details of the automation rule or the JQL?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it with creating a custom field, details of the automation rule or the JQL?
I have all questions for this answer above.
How we create custom filed? What are the details of the automation rule and the JQL ?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Julie SANTINI Google how to create a custom field... that's easy.
After creating the custom field, create the automation....
Here is my automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all your tickets that have more than 3 comments
commentsCount > 3
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Maurício
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.
Unfortunately, this is not feasible with the native Jira features, but this can be accomplished with the addon Comment Custom Fields for Jira (https://marketplace.atlassian.com/apps/1219476/comment-custom-fields-for-jira?hosting=cloud&tab=overview). Then you can use JQL to query the counter.
Hope this helps
Best regards
Sam
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.
I'm glad you got your use case solved! Just for future reference, if you're open to solutions from the Atlassian Marketplace, this would also be easy to do with the app that my team is working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of so-called “smart columns” that aren’t natively available, including the number of comments (along with many other comment-related fields).
This is how it looks in action:
As you can see above, you can easily sort and filter by the number of comments, or apply advanced features such as conditional formatting. Once you've narrowed down your list of issues, you can work on these issues directly in JXL, trigger various actions in Jira, or export them with just one click.
Hope this helps,
Best,
Hannes
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.