sync/bug.py [145:153]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def new(self,
            summary: str,
            comment: str,
            product: str,
            component: str,
            whiteboard: str | None = None,
            priority: str | None = None,
            url: str | None = None,
            bug_type: str = "task",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sync/bug.py [428:436]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def new(self,
            summary: str,
            comment: str,
            product: str,
            component: str,
            whiteboard: str | None = None,
            priority: str | None = None,
            url: str | None = None,
            bug_type: str = "task",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



