I have two custom fields and specific values I need to be in those fields to trigger the cloning of a new issue within my project. But when I use my script:
((Map) issue.fields.issuetype)?.name == 'System Disposition' && ((List)issue.fields.customfield_13601)?.collect { it.value }?.any { it == 'Retire' } && ((List)issue.fields.customfield_14403)?.collect { it.value }?.any { it == 'OCIO' } && ((Map) issue.fields.status)?.name == 'Done'
I get an error...
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.