Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

Suggest an answer

Log in or Sign up to answer
1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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