Good-day, i have a script which works perfectly on a specified field but i want it to trigger with the associated issue number, this is the script i use:
((cfValues['Policy Number'] ?: 0) as Integer) >= 0
when i modify it this way it doesnt work:
((cfValues['Policy Number'] ?: 0) as Integer) >= 0.getValue(issue))