def changed_fields()

in jbi/bugzilla/models.py [0:0]


    def changed_fields(self) -> list[str]:
        """Returns the names of changed fields in a bug"""

        return [c.field for c in self.changes] if self.changes else []