github-for-jira icon indicating copy to clipboard operation
github-for-jira copied to clipboard

Support JIRA project keys with numbers

Open isaacbrodsky opened this issue 3 years ago • 1 comments
trafficstars

In https://github.com/atlassian/github-for-jira/blob/3fc245d27a3be83174f15147e9e2005bf2a0c2d0/src/util/jira-utils.ts#L88 project IDs that have numbers, such as ABC1, will not match. E.g. the ticket key [ABC1-1] will not work. These are valid project keys in JIRA so the regex should detect them.

isaacbrodsky avatar Aug 09 '22 17:08 isaacbrodsky

Hey @isaacbrodsky. Good callout. Let me create an issue in our backlog to update our issueKeyParser util to include this issue key format.

rachellerathbone avatar Aug 25 '22 04:08 rachellerathbone

This has been fixed.

mboudreau avatar Nov 15 '22 05:11 mboudreau