UnicodeEncodeError: 'charmap' codec can't encode character 'u03a3' in position 409: character maps to <undefined>
UnicodeEncodeError: 'charmap' codec can't encode character 'u03a3' in position 409: character maps to <undefined> Question: I am running Python code to pull the issues from JIRA. This code is provided by Atlassian and they are using JiraOne Library. In the Config.Json file we have the following information. { "user": "[email protected]", "password": "<APITOKEN_HERE>", "url": "https://nexusfive.atlassian.net" } …