Closed Gordon-F closed 7 years ago
How about add support for custom issue resolved status ?
/jira.cfg [DEFAULT] url = https://jira.atlassian.com username = USERNAME (or blank for no authentication password = PASSWORD (or blank for no authentication) # ssl_verification = True/False # version = foo-1.0 # components = com1,second component,com3 # strategy = [open|strict|warn|ignore] (dealing with not found issues) # docs_search = False (disable searching for issue id in docs) # issue_regex = REGEX (replace default `[A-Z]+-[0-9]+` regular expression) # resolve_status = ready-for-test, ...
it should be matter of change this line: https://github.com/rhevm-qe-automation/pytest_jira/blob/master/pytest_jira.py#L54
I am in ...
How about add support for custom issue resolved status ?