Is it possible to trigger jira automation based on time a field has remain unchanged?
e.g. if a dropdown menu field has not been updated by a stakeholder for a day - I want to trigger automation to send them a reminder. Is this possible?
Hi @hpatani -- Welcome to the Atlassian Community!
That is not easily done, except for a few built-in fields that can use the CHANGED operator for JQL: https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#CHANGED
A workaround is to use a date / time, custom field, setting the value when the issue is created, and whenever your dropdown field changes, and then use JQL and a scheduled trigger to check for the timeframe of interest to send the reminder.
Kind regards,
Bill
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.