Skip to content

Jira Key verification does not accept project keys with numbers #279

@rehleinBo

Description

@rehleinBo

The Jira issue key check does not accept numbers as project keys.

In my case a project like CUSTOMERPROJ25 cannot be checked.

The regular expression to identify keys does not accept numbers on the key side .* \[?([A-Z]*)-[1-9]{1}\d*\]?.*

Is it possible to change the regex to .* \[?([A-Z0-9]+)-[1-9]{1}\d*\]?.* or .* \[?([A-Z]+[A-Z0-9]*)-[1-9]{1}\d*\]?.* to also match project keys including numbers.

I know using numbers within the project key is not standard. Another possible solution would be the optional manual configuration of the regex within the .conform.yaml.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions