I was able to figure out what the issue was for inserting to the database. I am now trying to figure out how to bind the new fields to the controls on the issueDetails.aspx page.
I was able to debug through the process and see what store procedure it calls. That stored procedure calls a view, which I modified to add those fields. However, when I run the debugger through the page load the new fields I added to the entities issues class come back null.
I was able to debug through the process and see what store procedure it calls. That stored procedure calls a view, which I modified to add those fields. However, when I run the debugger through the page load the new fields I added to the entities issues class come back null.