You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ticketAD2010-465
.Seems like this regular expression is not validating with Alpha numeric combination in project name.
The text was updated successfully, but these errors were encountered: