It would be appreciated could you please share the screen print of the automation rule where support resources /agent has not been updated the public comments towards customer for past 3 days.
You can install our app JQL Search Extensions and get the results with:
commentLastCreatedOnDate < -3d AND commentLastCreatedBy not in membersof(jsd-operators-staff) AND resolution is EMPTY
You can see more examles in the article here.
I hope this helps!
Daniel
Hi @kotha Eswar rao,
If you want to build an automation rule with a condition that's based on the last updated comment, you would need a JQL condition in your automation rule. As what you are trying to do is not natively support by Jira, you would also require a Marketplace app like Scriptrunner to enable more enhanced searching.
With that in place, you can search for comments like this:
lastCommentedDate <= -3d AND
lastCommentVisibleRole = 'Service Desk Customers'
Hope this helps!
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.
Hi @kotha Eswar rao ,
Pricing information for marketplace apps (goes for Scriptrunner, but for apps in general) is publicly available in their Atlassian Marketplace listing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Walter Buggenhout
Thank you for sharing the suggestions, we have installed the scrip runner in JIRA and I can see "Last commented date" field in jira system and jQuery is not retrieving any results
Please could you please help us what is missing.
After installing the script runner we have tried the below Query and results are showing as Empty
lastCommentedDate <= -3d AND
lastCommentVisibleRole = 'Service Desk Customers'
Regards
Eshwar
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.