Forums

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

Scriptrunner - "unable to resolve class" when upgrading Jira to V7.3.6 and Scriptrunner to V5.0.11

DiklaH June 26, 2017

After the upgrade detailed above, scripted fields fail with the "Unable to resolve class" error for the following:

 

import DefaultCustomFieldManager.getCustomFieldObjects(com.atlassian.jira.issue.Issue);

 

These fields are mission critical to us, has anyone come across this error and can suggest a solution?

 

Thanks,

Dikla 

2 answers

1 accepted

Suggest an answer

Log in or Sign up to answer
2 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 26, 2017

Default Custom Field Manager was deprecated a long time ago, and removed from version 7.

Try customFieldManager.getCustomFieldObjects(issue) instead.

0 votes
DiklaH June 26, 2017

Thanks Nic, 

Issue resolved :-)

TAGS
AUG Leaders

Atlassian Community Events