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 was under the (now I know incorrect) impression that a Jira issue always had to be [A-Z]+-[0-9]+ but I was clearly wrong. According to this documentation page, you can also have numbers and underscores in the "project key". The first letter has to be an uppercase letter but the rest can be any combination of uppercase letters, numbers, and underscores.
Thanks for raising this issue and educating me about how JIRA works! 😁
We have a regex in two places (one for validation and one for detecting a JIRA-ticket-id in the branch name) that should be changed.
Would you (@bytebeast) be able to write a PR that updates these regexes and includes tests? I don't think we need to update any documentation for this issue.
It works for most jira issues, like:
But if the jira issue is like:
It will not let me set that jira id. My guess it does not like the underscore in the jira issue. Any way to allow an underscore in the name?
The text was updated successfully, but these errors were encountered: