Update Jira Issue Reporter

Has anyone been able to set the Reporter of Jira Issue sync’d from Shotgrid with the SG-Jira-Bridge tool?
I’ve been trying but it seems the Reporter is hardcoded in the create_issue def to mirror the SG Humanuser entry of the SG Task.
However, it appears the create_issue def is part of an unexposed library or class that I cannot find in sg-jira-bridge-master folder.

Any ideas?

May have found it…
/root/venv/lib/python2.7/site-packages/jira

Looks like had to revert to using Py 2 to use that package, but I can get to the create_issue def.
Still a WiP…