I noticed that there is a need to support Python 2 - https://github.com/atlassian-api/atlassian-python-api/pull/1453. Maybe then we should change the fix https://github.com/atlassian-api/atlassian-python-api/pull/1493 to something like this? ``` error_msg += "\n" + str(e["detail"]) ```