mirror of
https://github.com/go-gitea/gitea
synced 2025-07-08 03:27:19 +00:00
Implementation of the feature to redirect to an external issue tracker
This commit is contained in:
@ -186,6 +186,7 @@ type Repository struct {
|
||||
ExternalWikiURL string
|
||||
EnableIssues bool `xorm:"NOT NULL DEFAULT true"`
|
||||
EnableExternalTracker bool
|
||||
ExternalTrackerURL string
|
||||
ExternalTrackerFormat string
|
||||
ExternalTrackerStyle string
|
||||
ExternalMetas map[string]string `xorm:"-"`
|
||||
|
Reference in New Issue
Block a user