Here, we move all Bugzilla-specific models under the bugzilla name space. The intention is that this bugzilla.models module be used either internally by the Bugzilla Service / Client or by JBI code where both the Jira and Bugzilla services are used together (like in steps). The Bugzilla models should not be needed in the Jira domain and vice versa, except in the rare occasion of maybe type checking.
This PR continues the work of https://github.com/mozilla/jira-bugzilla-integration/pull/795 to reduce coupling between the Jira and Bugzilla domains.
Here, we move all Bugzilla-specific models under the
bugzilla
name space. The intention is that thisbugzilla.models
module be used either internally by the Bugzilla Service / Client or by JBI code where both the Jira and Bugzilla services are used together (like insteps
). The Bugzilla models should not be needed in the Jira domain and vice versa, except in the rare occasion of maybe type checking.