|
|
bool
|
connect(self)
Establishes a connection to our YPG Jira instance and assignes it to
self.client |
source code
|
|
ResultList
|
|
bool
|
confirm_version(self,
proj_key,
build_version)
Confirms that the project version supplied actually exists in Jira
for the specified project |
source code
|
|
dict
|
get_required_fields(self,
project_key,
issue_type=None)
Fetches a list of fields that require values to open a new issue in a
specified project |
source code
|
|
bool
|
|
bool
|
reopen_bug(self,
issue,
proj_key,
version)
Transitions a specified jira Bug from any resolved state back to In
Review and assigns it to the project lead with comments |
source code
|
|
str
|
|
dict
|
prepare_issue_data(self,
req_fields,
test_id,
project,
summary,
description,
component,
severity,
version)
Constructs a properly formatted dictionary of data to supply to Jira
for opening an issue. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|