JSM 5.12.5, ScriptRunner 8.34.0
Edit: I understand now that it's the result of applying hashCode() on the user key, but I still don't understand how this is useful.
I want to get the Customer (Jira User) that was just added to an Organization in JSM via the AddUserToOrganization event on a Custom Listener in ScriptRunner.
There is a promising-looking method on the event binding called getHashedUserKey(): how can I use this? How can I "unhash" it back to useable data? It looks like this, shown with the other available properties:
class="class com.atlassian.servicedesk.internal.feature.organization.analytics.AddUserToOrganizationEvent" hashedUserKey="-1796255073" organisationId="161" sdVersion="5.12.5"