in server/app/plugins/jirastats.py [0:0]
def set_fr(self, epoch): if self.first_response: self.first_response = min(self.first_response, epoch) else: self.first_response = epoch