pytest_jira
pytest_jira copied to clipboard
Regular expression cannot find the pattern if ticket AD2010-465
I have used all regular expressions, but the plugin cannot read the ticket used in marker: ira_regex = [A-Z]+[0-9]+-[0-9]+
. Which is apparently a match for Jira ticket AD2010-465
.
Seems like this regular expression is not validating with Alpha numeric combination in project name.