Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Key Normalization #43

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ebram-tw
Copy link

Context

While the issue_regexp is helpful, it doesn't solve all of the issues around various naming conventions. For example, my team often ends up with branches in the form feature/SAMPLE_123-foo-bar, where the project slug is SAMPLE to signify issue SAMPLE-123.

I debated a little bit if it made more sense to just have a static normalize option, vs a way to pass in "replace" characters, and I'm open to reverting back to that or another suggestion. The main goal here is to just made it a bit easier to get a proper pattern match to a JIRA issue. Often the thing I see most is a space or an underscore instead of the expected dash between the project slug and issue #.

Testing

I forked this repo, and released a version of it to test with myself.

@ebram-tw
Copy link
Author

Is there anything I can do to move this along?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant