[PR #41] [MERGED] Allow user to set an external tracker url and forward to it #15106

Closed
opened 2025-11-02 11:38:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/41
Author: @DblK
Created: 11/3/2016
Status: Merged
Merged: 11/4/2016
Merged by: @tboerger

Base: masterHead: feature-issueTrackerLink


📝 Commits (1)

  • 8dc49dc Implementation of the feature to redirect to an external issue tracker

📊 Changes

7 files changed (+18 additions, -3 deletions)

View changed files

📝 conf/locale/locale_en-US.ini (+2 -0)
📝 models/repo.go (+1 -0)
📝 modules/auth/repo_form.go (+1 -0)
📝 routers/repo/issue.go (+6 -1)
📝 routers/repo/setting.go (+1 -0)
📝 templates/repo/header.tmpl (+2 -2)
📝 templates/repo/settings/options.tmpl (+5 -0)

📄 Description

This is the same as my PR #3646 I suggest on Gogs


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/41 **Author:** [@DblK](https://github.com/DblK) **Created:** 11/3/2016 **Status:** ✅ Merged **Merged:** 11/4/2016 **Merged by:** [@tboerger](https://github.com/tboerger) **Base:** `master` ← **Head:** `feature-issueTrackerLink` --- ### 📝 Commits (1) - [`8dc49dc`](https://github.com/go-gitea/gitea/commit/8dc49dc1149fccda2b4da63fa63d23f2b6260466) Implementation of the feature to redirect to an external issue tracker ### 📊 Changes **7 files changed** (+18 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `conf/locale/locale_en-US.ini` (+2 -0) 📝 `models/repo.go` (+1 -0) 📝 `modules/auth/repo_form.go` (+1 -0) 📝 `routers/repo/issue.go` (+6 -1) 📝 `routers/repo/setting.go` (+1 -0) 📝 `templates/repo/header.tmpl` (+2 -2) 📝 `templates/repo/settings/options.tmpl` (+5 -0) </details> ### 📄 Description This is the same as [my PR #3646](https://github.com/gogits/gogs/pull/3646) I suggest on Gogs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:38:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15106