rhevm-qe-automation / pytest_jira

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

Regular expression cannot find the pattern if ticket AD2010-465 #142

Open yuvatejac-eaton opened 3 weeks ago

yuvatejac-eaton commented 3 weeks ago

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.