Calling
jira.search().list("JQL QUERY", &Default::default())
is currently broken due to an Atlassian API change, detailed here: https://developer.atlassian.com/changelog/#CHANGE-2046. Instead of the current search API, the new enhanced search API must be used. It appears that it's more than just a simple endpoint change, as the default fields and response structure have changed slightly as well.