The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I set up a queue using a custom field like this: "Targeted Fix Version" changed AFTER startO

Sara Nicholson
October 3, 2019

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?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jack Nolddor [Sweet Bananas]
Atlassian Partner
October 3, 2019

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

TAGS
AUG Leaders

Atlassian Community Events