Here is the trigger code:
Create TRIGGER tangram.Insert_tblIssueLog
ON tangram.tblIssueLog
FOR INSERT
AS
Insert into tangram.tblIssueLog_Audit (a_IssueID, a_DivisionID, a_DeptID, a_CategoryDesc, a_Issue_Desc, a_Contact,
a_DateFirstReported, a_Est_ResolutionDate, a_Actual_ResolutionDate...