I'm looking to create a report for all issues that have comments that have been added in the last day (24 hours).
Any ideas on the JQL?
Thanks!
I do not believe you can check if comments have been updated with the typical JQL.
I've seen users use ScriptRunner and was able to expand on the JQL.
Here you can see someone attempting the same function as you.
https://community.atlassian.com/t5/Jira-questions/I-cannot-run-issueFunction-in-JQL/qaq-p/3899
correct you will need scripting addon like Scriptrunner or Powerscripts.
You could use the updatedate jql function which would include comments but other actions as well.
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.