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

[Feature] Implement .gitbugtraq #17006

Open
SoulSeekkor opened this issue Sep 9, 2021 · 0 comments
Open

[Feature] Implement .gitbugtraq #17006

SoulSeekkor opened this issue Sep 9, 2021 · 0 comments
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@SoulSeekkor
Copy link

SoulSeekkor commented Sep 9, 2021

It would be great to implement this spec into Gitea:
https://github.com/mstrap/bugtraq

For work and home I use SmartGit, and the software recognizes .gitbugtraq files at the root of the repo making it ideal to hyperlink to multiple issue trackers (or anything else really) using regex.

This is an example of one I use for work that links to both Autotask tickets as well as JIRA issues.

[bugtraq "jira"]
 url = http://x.x.x.x/browse/%BUGID%
 logRegex = "(?:^|\\s|"")([A-Z]+-\\d+)(?:\\s|:\\s|/)"
[bugtraq "autotask"]
 url = https://xxx.autotask.net/Autotask/AutotaskExtend/ExecuteCommand.aspx?Code=OpenTicketDetail&TicketNumber=%BUGID%
 logRegex = T\\d{8}.\\d{4}
@axifive axifive added type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first. labels Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active. type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

2 participants