Protect Groovy formulas against null values
When you access a field of an issue, you might need to verify that it is not null before calling a method on the value of that field to avoid null pointer exceptions. This article explains some approaches to protecting your Groovy formulas written in the JMCF Groovy editor against null values.
Approaches
Related articles
