I want to create a rule that creates an onModified Audit entry in the audit log if any field EXCEPT the UpdatedDate field changes.
hasChanged():true AND !hasChanged([entry.UpdatedDate]:true
This is what I have right now, but that does not seem to work. Is there any way for me to create the audit entry only if the UdatedDate field does not change?
I have another IFTTT riule so that if hasChanged():true then
entryId=[entry.id]&UpdatedBy=[entry._user]&UpdatedDate=[entry._now]
So, I am certain the two rules conflict with each other and that is what is causing the issue.
So I am saying if anything changes then update the updated date field - BUT if nothing changes and the user still hits SAVE do not record that save in the audit log
hasChanged():true AND hasChanged(UpdatedDate):false
But see the "UpdatedBy" that you also update
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline 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.