Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Groovy MissingPropertyException for CustomField

Haani_Niyaz July 27, 2014

I have 2 if conditions and within them I define custom fields to update the values. However, within the second if block the following line generate a MissingPropertyException error.

CustomField uploadStatus = customFieldManager.getCustomFieldObjectByName("Upload Status");

The error:

The script failed : javax.script.ScriptException: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: customFieldManager for class: Script79

If I defined the above line outside of the if-block there are no errors (I can also successfully print the value). What I find odd is I have the same line defined within the first if-block which works fine.

Unsure if this is useful but I've define the following outside of the if conditions:

ComponentManager componentManager = ComponentManager.getInstance();
CustomFieldManager customFieldManager = componentManager.getCustomFieldManager();

Fairly new to this so let me know if further information is required, thanks.

1 answer

1 vote
Rina Nir (AC)
Atlassian Partner
July 27, 2014

Can you provide the complete code (including the definitions, if blocks, and whatever is between them)? Best perhaps is to create the simplest code that still reproduces the error message.

Haani_Niyaz July 28, 2014

Thanks. I found the issue to be where the code was sitting. I have fixed it now and the error is not longer present.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events