Hi.
For one of my customers need to create script to link "Requestor" which is custom single user picker with insight object type "User".
Within the Insight Object Type "User" I do have attributes:
Fullname = currentUser.displayName | also LABEL
ID = currentUser.key
Jira Account which is Insight - Jira import value
email which is not 100% reliable
I would like to check ideally currentUser.key or currentUser.name and based on that connect correct object in post function.
I can use both Script Runner or JMWE Scripted post function.
Thanks guys :-)