in server/app/plugins/jirastats.py [0:0]
def as_dict(self): return {k: v for k, v in self.__dict__.items() if not k.startswith("_")}