question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support more than just numeric issue IDs

See original GitHub issue

https://github.com/CookPete/auto-changelog/blob/866aaf7706bca9d7929049812d8edcb1b85cb8bb/src/commits.js#L11

That regex currently only supports numeric issue IDs, which doesn’t work with, for instance, Jira, which uses issue IDs like ABC-12345. There is a work-around involving crafting the issueUrl to account for this, but it results in confusing issue links in the changelog.

P.S. I’d open a PR for this, but have absolutely no experience with Node.js (no dev env, etc)…

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cookpetecommented, Dec 21, 2017

--issue-pattern option added in 1.3.0. See docs here. 👍

0reactions
jeffkpaynecommented, Dec 8, 2017

Right, the user would have to make sure to include the # characters at the beginning of the regex to differentiate those IDs. You could also have a predefined set of popular regex patterns that would handle 95% of the use cases.

On Fri, Dec 8, 2017, 6:20 AM Pete Cook notifications@github.com wrote:

One concern is that we would lose the fixes/resolves/closes pattern that is currently built in. If a user provided [A-Z]±\d+ as the issue pattern then it might be too aggressive, ie

This commit is not related to PROJECT-123

And has nothing to do with the serial number QWIODWJQO-014987298 And also does something to fix CAT-5 ethernet cables

would parse PROJECT-123, QWIODWJQO-014987298 and CAT-5 as a fix.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CookPete/auto-changelog/issues/18#issuecomment-350274160, or mute the thread https://github.com/notifications/unsubscribe-auth/AACoMfHzJsuiYAf89zZPsSIi9XXaOpdDks5s-UWigaJpZM4Q4bkh .

– Jeff Payne jeffkpayne@gmail.com 916-273-0938

Read more comments on GitHub >

github_iconTop Results From Across the Web

00374: Unique numeric IDs are not assigned—ArcGIS Pro
Unique numeric IDs are not assigned to layers and stand-alone tables in your map because the Allow assignment of unique numeric IDs for...
Read more >
Two-factor Authentication - Account Management - Support
Requiring more than just your password to access your account improves the security of your Apple ID and all personal information you store...
Read more >
Unique Entity Identifier Update - GSA.gov
The New Unique Entity Identifier is Here ... On April 4, 2022, the federal government stopped using the DUNS Number to uniquely identify...
Read more >
Assigning Randomized IDs to Respondents - Qualtrics
That means that there is a chance that more than one respondent can have the same ID. This is extremely rare, and the...
Read more >
Alphanumeric Sender ID for Twilio Programmable SMS
Limitations of Alphanumeric Sender IDs · Alphanumeric Sender IDs are only supported for paid Twilio accounts; not for free trial accounts. · Alphanumeric...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found