I would like to add a simple rule - if the issue is not commented issue after 10 days, the trigger starts (for example, the status of the application will change). Is there such a possibility?
In standard collection are "edit comment" or "create comment" rules only.
A straightforward JQL of last comment is unfortunately not natively possible. You could probably accomplish this with a 3rd party app like Scriptrunner, but here's one way:
Create a date/time field called something like "Last Comment"
AUTOMATION 1 - Populate Last Comment
AUTOMATION 2 - Last Commented > 10 Days
"Last Commented" > -10d
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.