I would like to search for all the issues that have been commented on in the last 4 hours. I have tried Jira AI, and the suggested result is to use this - 'commented > "-4h", but at the same time, there is an error message saying that "commented" does not exist. I would appreciate it if you could suggest a solution for my JQL and, if possible, an explanation of the AI response.
Hi @Samuel Bar
I don't think that this is possible natively, however I've seen people use Jira Automation to detect the date of the last comment and write it into a custom field. You can then filter based on this custom field.
Alternatively, if you're open to solutions from the Atlassian Marketplace, there are other options available. I'll provide more information below.
Hope this helps,
Best,
Hannes
... and just to expand on the last point: If you're open to solutions from the Atlassian Marketplace, you may want to have a look at the app that my team is working on, 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 time since last comment, 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 your comment columns; you can also use them across JXL's advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
Any questions just let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe it is not possible to search for the last comment using the native JQL library, however you can sort by `updated > -4h` which will give you all updated issues within that time, however you are likely to get a lot of false returns for issues value updates etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.