Match Jira keys with trailing characters
What does this MR do?
After !25266 (merged), we were more accurate matching Jira keys:
- Match:
JIRA-1234
- Not match:
JIRA-1234A
- Not match:
JIRA-1234_some_tag
This is causing problems for some clients.
This merge request matches anything after the Jira key (JIRA-1234
) as we previously were doing.
Closes #214777 (closed)