I need Service Desk agents to have visibility when a Targeted Fix Version field gets changed. I have an automation set up that updates the field if it changes in the linked dev ticket. Is there a way to use this field in a queue to let me know when it changes?
Hi Sara Jones,
Sadly, The CHANGED jql can be used with the Assignee, Fix Version, Priority, Reporter, Resolution, and Status fields only.
See CHANGED operator on the Advanced search reference - JQL operators page for further information.
If you consider to use the native Fix Version instead, the following query will work:
Find issues where their fixVersion field have changed within the start of day:
fixVersion CHANGED after startOfDay()
Regards
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.