I'm trying to write a pretty simple automation rule: When somebody sets the "Fix Version" on an issue to a version that is already released, warn them that this should not be done.
I have an automation set up to trigger whenever a value is added to the Fix Versions field.
I'm struggling to check the {{released}} attribute of the smart value. I would have expected that {{fieldChange.to.released}} works. But it doesn't. I can get the ID and the name of the version, but not any of its attributes (see screenshots below). How can I write a condition based on whether the version that was just added is released or not?
Thanks for your help
*** FIXED ***
Do the following query (I didn't have access so I asked another person to do this.
select * from fieldlayoutitem where description like '%<script%' OR description like '%<SCRIPT%';
Found the field with scripts, removed the script and the error went away.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.