Is there a way to find out the comments that were made in the last 24hrs/48hrs using jql in Jira cloud. I think it is possible in server using issuefunction() in jql but it is not working in Cloud.
Regards,
Mahanth Prudhvi P
Hi @Mahanth Prudhvi P
To find comments made in the last 24 or 48 hours using JQL in Jira, you can use the issueFunction
provided by the ScriptRunner plugin. Unfortunately, Jira's native JQL does not support this functionality directly.
issueFunction in commented("after -24h")
This may not be feasible using JQL.
issueFunction is provided by ScriptRunner. Possibly you have Script runner in Server
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.