rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

Add support for custom issue resolved status #60

Closed Gordon-F closed 7 years ago

Gordon-F commented 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, ...
lukas-bednar commented 7 years ago

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 ...