go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.17k stars 5.42k forks source link

Wiki and Issue external URLs not carried across from template to created repository. #25003

Open brianread108 opened 1 year ago

brianread108 commented 1 year ago

Description

My template has Wiki and Issue external links, but when I create a Repo from it, then the Wiki and issue links are still the internal ones.

Gitea Version

1.19.3

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

2.30.2

Operating System

Turnkey LXC - debian 11

How are you running Gitea?

Turnkey template under proxmox

Database

MySQL

Zettat123 commented 1 year ago

Gitea currently does not support getting external Wiki urls or Issue urls from the template repo

brianread108 commented 1 year ago

Can I fill it in as a NFR?

I'm asking in case there has been a definate decision to NOT copy those external links across.

Zettat123 commented 1 year ago

Hmm I think it makes sense to copy those links. I will make a PR to address this feature.