Hi,
Is there a way to check if the Comment on issue is empty as in JQL EMPTY doesnt work with Comment field , I have Scriptrunner plugin as well maybe if there is any way for it i need to prepare dashboard with this condition .
Hi Sanjivani,
If you are using ScriptRunner, try this: issueFunction not in commented()
If you want to do this without any app, you could do this:
Now, in JQL you can just say:
"Last commented on" is empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aron Gombas _Midori_ i used commentedon in JQL and its worked for me , Now i have another request to Check if there are comments that were provided within 5 days before the DATE.
Where DATE is verification date , iam not able to use CommentedOn because its data type is in days and DATE is in date format .
Can you please help how can i achieve it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
here's another Marketplace app that you might like: JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues 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 columns).
This is how it looks in action:
As you can see above, you can easily sort and filter by the number of comments, and also use it across JXL's advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
(Disclaimer: I work on JXL.)
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I found out the way in JQL we can use commentedon is empty it gives all the issues where no comments are updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I’m Charlotte, a support engineer at Appfire and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to display all issues with no comments on them:
commentsCount = 0
Please note that we have created a support ticket https://jqlsearchextensions.atlassian.net/servicedesk/customer/portal/2/SEARCH-1126 in our portal, and we request you to sign in to the portal and let us know the username so that we can mark you as the reporter, and then you will be able to access the ticket.
Please find the below link to signup to the portal: https://jqlsearchextensions.atlassian.net/servicedesk/customer/portal/2
Looking forward to hearing from you!
Thanks,
Charlotte
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sanjivani Wayal ,
Welcome to Atlassian Community!
As per my experience, There is no way in the Jira to check if the Comment on issue is empty.
It can be possible by the help of Script runner.
Thanks & regards,
Sanjen Bariki
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.