for suggestion in suggestions : if suggestion [ 'status' ]: status_type = suggestion [ 'status' ][ 'name' ] if status_type . Last but not least, once the ideas are ready - moving them over to GitHub is relatively easy with the help of create_issue - depending on the existing labels you have in your GitHub repo, you can map UserVoice statuses to new GitHub issue labels. get_repo ( GITHUB_TARGET_REPO ) counter = 0 print ( 'Kicking off migration to GitHub...' ) for idea in ideas_to_migrate : counter += 1 print ( 'Migrating idea ' + str ( counter ) + ' of ' + migration_count + "..." ) idea_text = '_No details provided._' if idea [ 'text' ]: idea_text = f .