tcms.issuetracker.kiwitcms module
This module implements integration with Kiwi TCMS own bug tracking system!
-
class tcms.issuetracker.kiwitcms.KiwiTCMS(bug_system, request)[source]
Bases: IssueTrackerType
Support for Kiwi TCMS. Required fields:
- Base_url:
the FQDN of the current instance. Used to match against defect URLs.
The rest of the fields are not used!
-
classmethod bug_id_from_url(url)[source]
Strips the last ‘/’ and returns the PK
-
details(url)[source]
Provide more details from our own bug tracker!
-
is_adding_testcase_to_issue_disabled()[source]
When is linking a TC to a Bug report disabled?
Usually when not all of the required credentials are provided.
- Returns:
True if bug system api url, username and password are provided
- Return type:
bool
Directly ‘link’ BUG and TE objects via their m2m
relationship.