UNCLASSIFIED - NO CUI

Fix the project issue field

  • The issue field closedDate field should be a *time.Time, not a time.Time type in the database model because it is optional. The python api cannot tell the difference between a zero date and a none date.
  • Additionally leave the upsert date as is for sonarqube issue and do not convert to UTC because that will be done during the python calculations.
Edited by abhayashrestha