mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)
This commit is contained in:
@@ -96,6 +96,7 @@ type RepoSettingForm struct {
|
||||
EnableIssues bool
|
||||
EnableExternalTracker bool
|
||||
TrackerURLFormat string
|
||||
TrackerIssueStyle string
|
||||
EnablePulls bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user