sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Commit message - interactive link to issue tracker

Open smangels opened this issue 5 years ago • 5 comments

Problem description Links to web-based issue trackers are used in software development projects. A user (software developer) to enable a feature rendering these text based tickets IDs (i.e. ARTINFO-12345) into a highlighted interactive link that allows him to immediately browse this issue.

Preferred solution

A regular expression in the project-specific configuration (very like the one used in the Gerrit configuration maybe?).

Code example

[commentlink "changeid"] match = (ART[A-Z]+-[0-9]+) link = "https://jira.example.com/browse/$1"

smangels avatar Aug 19 '19 09:08 smangels

duplicate of #42

srbs avatar Aug 20 '19 00:08 srbs

Yes they are related. But what I mean is that there should be code that renders a STRING into an interactive link ARTINFO-12345 into ARTINFO-12345 and that a user should be able to configure it as described above.

smangels avatar Aug 20 '19 06:08 smangels

It would be nice if .issuetracker files were supported as well.

natronite avatar Apr 21 '23 04:04 natronite

+1 by me.

For inspiration: https://tortoisegit.org/docs/tortoisegit/tgit-dug-bugtracker.html

It would be nice if .issuetracker files were supported as well.

@natronite Do you have a link that explains what you mean? What are these files?

haferburg avatar Jan 26 '24 11:01 haferburg