Hello,
We've recently migrated from Data Center to Cloud, and I'm looking to recreate some queries that used Scriptrunner issueFunctions.
I'd like to search for issues containing comments made by members of a group within a defined timeframe (in this case, current time -7 days). In Data Center, this was accomplished via this query:
issueFunction in commented("after -7d inGroup '<Group Name>'")
Looking at the Scriptrunner Enhanced Search documentation I'm not seeing a way to recreate this in Cloud, though I may just be missing something.
Any help would be appreciated.