bdashrad / hubot-jira-links

Hubot plugin to recognize jira issue numbers and respond with their urls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex doesn't exclude urls in messages

bdashrad opened this issue · comments

The regex is attempting to do a negative lookahead for /https?/ but it doesn't work, so some URLs get matched anyway.