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.

Take issue tracker url in consideration

See original GitHub issue

npm allow to add bugs url in the package.json: https://docs.npmjs.com/files/package.json#bugs

{
"bugs": {
  "url": "http://issue-tracker/issue/"
}

It seems that conventional-changelog don’t use this url. Indeed I have a projet with issues tracker base on Redmine. For instance:

  • contact: add contact page (c594ae3), closes #952

The link commit c594ae3 use the repository url, sounds goog The link issue #952 use also the repository url

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
nfantonecommented, Dec 23, 2019

@stevemao Are you guys still “considering” this after three years? The main issue, as far as I understand it, at least, is that if using the angular preset the issues URL seems to be forced by replacing text on the commit subject. It cannot be handled or modified using a template. Being the default preset, it could probably benefit from something like the issueUrlFormat from conventional-changelog-conventionalcommits

1reaction
batjecommented, May 8, 2017

sure.

It would be great if the changelog looked something like this:

* Take issue tracker url in consideration in commit ([ff22fe652bac6cc2fd4889669f2159e2df59eae9](https://github.com/conventional-changelog/conventional-changelog/commit/ff22fe652bac6cc2fd4889669f2159e2df59eae9)) closes ([#128](https://github.com/conventional-changelog/conventional-changelog/issues/128))

Which should render as

Where the link to the issue is taken from the package.json ‘bugs.url’ property + hash128 automagically.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build the ultimate Issue Tracker using Lists and Power Automate
The new Microsoft Lists Issue Tracker template is a great choice for project and operational task management. The out-of-the-box experience ...
Read more >
Getting started with an issue tracker - Red Hat
Answer: Software projects use issue trackers to coordinate development and establish project roadmaps. A project's issue tracker often functions ...
Read more >
Custom issue tracker - GitLab Docs
Issue URL: The URL to view an issue in the custom issue tracker. The URL must contain :id . GitLab replaces :id with...
Read more >
15 How to Build and Deploy an Issue Tracking Application
This tutorial describes how to create and deploy an application that tracks the assignment, status, and progress of issues related to a project....
Read more >
Best Practices for Using GitHub Issues - Rewind
If you want to use GitHub Issues with your repository for a long time and stay productive, consider following basic issue tracker ......
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