I have a simple automation that archives ideas every working day at 11:30 PM if the idea has a specific status.
status IN ("Migrated to DEV", "Offer Denied", "Won't Do") and "Idea archived[Dropdown]" is EMPTY
The automation worked fine until an Atlassian release. (I guess)
I can change to:
status IN ("Migrated to DEV", "Offer Denied", "Won't Do") AND "Idea archived" is EMPTY
and the validation does work, but the same error appears in the audit log.


So the Audit log shows:

I find the "Idea archived" field in the custom field section, but I have no clue how to find the correct name to add it to my JQL.
It could be a problem with the fields:

Any solutions?
Thanks!