forked from forgejo/forgejo
Implementation of the feature to redirect to an external issue tracker
This commit is contained in:
parent
4a5faecd8f
commit
8dc49dc114
7 changed files with 18 additions and 3 deletions
|
@ -96,6 +96,7 @@ type RepoSettingForm struct {
|
|||
ExternalWikiURL string
|
||||
EnableIssues bool
|
||||
EnableExternalTracker bool
|
||||
ExternalTrackerURL string
|
||||
TrackerURLFormat string
|
||||
TrackerIssueStyle string
|
||||
EnablePulls bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue