In a Behaviour Initialiser, the call to getRelevantConfig() causes the entire initialiser to fail.
def customField= ComponentAccessor.customFieldManager.getCustomFieldObjects(underlyingIssue).findByName("customfield_20022")
def config = customField.getRelevantConfig(getIssueContext())
The customField has a value.
The issueContext is not null.
Comment out the call to getRelevantConfig() and the initialiser runs. Anyone know what could be causing this?
Jira Service Desk 8.5.13.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.