all_tasks <- redmine_issues() all_tasks_exp <- all_tasks %>% tidyr::unnest(cols = custom_fields) %>% listCol_w("custom_fields")