mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-22 05:58:02 +02:00
Implementation of the feature to redirect to an external issue tracker
This commit is contained in:
@ -96,6 +96,7 @@ type RepoSettingForm struct {
|
||||
ExternalWikiURL string
|
||||
EnableIssues bool
|
||||
EnableExternalTracker bool
|
||||
ExternalTrackerURL string
|
||||
TrackerURLFormat string
|
||||
TrackerIssueStyle string
|
||||
EnablePulls bool
|
||||
|
Reference in New Issue
Block a user