Commentator showing userID instead of first last nameDescriptionCommentator showing userID instead of first last nameSteps to Reproduce Steps to Reproduce: 1. Configure Agile Jira Integration for Assignment group & Jira project2. Create Agile story on SN3. Add Work note on SN4. Review Comment on Jira5. Add Comment of Jira6. Review Work note on SNWorkaroundGo to script includes and search for "ImportCommentUtil"Change 40 line on _populateWorknotes:issueGr.work_notes = updatedBy + ": " + payload["comment"]["updateAuthor"]["name"] + "\n\n" + payload["comment"]["body"];to :issueGr.work_notes = updatedBy + ": " + payload["comment"]["updateAuthor"]["displayName"] + "\n\n" + payload["comment"]["body"];Related Problem: PRB1550706