pytest_jira icon indicating copy to clipboard operation
pytest_jira copied to clipboard

Regular expression cannot find the pattern if ticket AD2010-465

Open yuvatejac-eaton opened this issue 5 months ago • 0 comments

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.

yuvatejac-eaton avatar Aug 30 '24 11:08 yuvatejac-eaton