vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Ability to Add Multiple Issue Links

Open abdalmoniem opened this issue 1 year ago • 1 comments

The way it works now allows the user to add only one link by applying one regex over the commit message: image

but it'd be nice to have multiple links for devs using a different workflow, like Jira for issue tracking and gerrit for code reviews for example

I can link to the Jira ticket by it's jira id and link to the gerrit change by its change id: image

abdalmoniem avatar Sep 08 '24 04:09 abdalmoniem

up